Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-42035 (GCVE-0-2026-42035)
Vulnerability from cvelistv5 – Published: 2026-04-24 17:38 – Updated: 2026-04-25 03:55| URL | Tags |
|---|---|
| https://github.com/axios/axios/security/advisorie… | x_refsource_CONFIRM |
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-42035",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-24T00:00:00+00:00",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-25T03:55:59.169Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"references": [
{
"tags": [
"exploit"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "axios",
"vendor": "axios",
"versions": [
{
"status": "affected",
"version": "\u003e= 1.0.0, \u003c 1.15.1"
},
{
"status": "affected",
"version": "\u003c 0.31.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, a prototype pollution gadget exists in the Axios HTTP adapter (lib/adapters/http.js) that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type checking of the data payload, where if Object.prototype is polluted with getHeaders, append, pipe, on, once, and Symbol.toStringTag, Axios misidentifies any plain object payload as a FormData instance and calls the attacker-controlled getHeaders() function, merging the returned headers into the outgoing request. The vulnerable code resides exclusively in lib/adapters/http.js. The prototype pollution source does not need to originate from Axios itself \u2014 any prototype pollution primitive in any dependency in the application\u0027s dependency tree is sufficient to trigger this gadget. This vulnerability is fixed in 1.15.1 and 0.31.1."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-113",
"description": "CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-1321",
"description": "CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-04-24T17:38:07.752Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"source": {
"advisory": "GHSA-6chq-wfr3-2hj9",
"discovery": "UNKNOWN"
},
"title": "Axios: Header Injection via Prototype Pollution"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-42035",
"datePublished": "2026-04-24T17:38:07.752Z",
"dateReserved": "2026-04-23T16:05:01.708Z",
"dateUpdated": "2026-04-25T03:55:59.169Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-42035",
"date": "2026-06-14",
"epss": "0.00047",
"percentile": "0.15279"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-42035\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-04-24T18:16:30.273\",\"lastModified\":\"2026-04-27T19:58:39.227\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, a prototype pollution gadget exists in the Axios HTTP adapter (lib/adapters/http.js) that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type checking of the data payload, where if Object.prototype is polluted with getHeaders, append, pipe, on, once, and Symbol.toStringTag, Axios misidentifies any plain object payload as a FormData instance and calls the attacker-controlled getHeaders() function, merging the returned headers into the outgoing request. The vulnerable code resides exclusively in lib/adapters/http.js. The prototype pollution source does not need to originate from Axios itself \u2014 any prototype pollution primitive in any dependency in the application\u0027s dependency tree is sufficient to trigger this gadget. This vulnerability is fixed in 1.15.1 and 0.31.1.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":7.4,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":5.2}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-113\"},{\"lang\":\"en\",\"value\":\"CWE-1321\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionEndExcluding\":\"0.31.1\",\"matchCriteriaId\":\"7D2B28C9-026E-4CD6-BD17-7EDD42108106\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndExcluding\":\"1.15.1\",\"matchCriteriaId\":\"3EC1EF30-EBB8-410B-90FB-1F18A3545C2E\"}]}]}],\"references\":[{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-42035\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-24T18:07:43.784831Z\"}}}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9\", \"tags\": [\"exploit\"]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-24T18:08:00.490Z\"}}], \"cna\": {\"title\": \"Axios: Header Injection via Prototype Pollution\", \"source\": {\"advisory\": \"GHSA-6chq-wfr3-2hj9\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.4, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"axios\", \"product\": \"axios\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 1.0.0, \u003c 1.15.1\"}, {\"status\": \"affected\", \"version\": \"\u003c 0.31.1\"}]}], \"references\": [{\"url\": \"https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9\", \"name\": \"https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9\", \"tags\": [\"x_refsource_CONFIRM\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, a prototype pollution gadget exists in the Axios HTTP adapter (lib/adapters/http.js) that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type checking of the data payload, where if Object.prototype is polluted with getHeaders, append, pipe, on, once, and Symbol.toStringTag, Axios misidentifies any plain object payload as a FormData instance and calls the attacker-controlled getHeaders() function, merging the returned headers into the outgoing request. The vulnerable code resides exclusively in lib/adapters/http.js. The prototype pollution source does not need to originate from Axios itself \\u2014 any prototype pollution primitive in any dependency in the application\u0027s dependency tree is sufficient to trigger this gadget. This vulnerability is fixed in 1.15.1 and 0.31.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-113\", \"description\": \"CWE-113: Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1321\", \"description\": \"CWE-1321: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-04-24T17:38:07.752Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-42035\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-25T03:55:59.169Z\", \"dateReserved\": \"2026-04-23T16:05:01.708Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-04-24T17:38:07.752Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:24853
Vulnerability from csaf_redhat - Published: 2026-06-09 15:31 - Updated: 2026-06-14 21:11A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in mirror-registry. Authenticated users can exploit the log export feature by providing a specially crafted web address (URL). This allows the application's backend to make arbitrary requests to internal network resources, a vulnerability known as Server-Side Request Forgery (SSRF). This could lead to unauthorized access to sensitive information or other internal systems.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
No description is available for this CVE.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker's key, allowing them to bypass authentication and gain unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in the DataRow.Decode function within the github.com/jackc/pgproto3/v2 component. A malicious or compromised PostgreSQL server can exploit this by sending a DataRow message containing a negative field length. This improper validation of field lengths leads to a "slice bounds out of range panic", resulting in a Denial of Service (DoS) for the affected application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in Red Hat Quay's container image upload process. An authenticated user with push access to any repository on the registry can interfere with image uploads in progress by other users, including those in repositories they do not have access to. This could allow the attacker to read, modify, or cancel another user's in-progress image upload.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in Red Hat Quay's handling of resumable container image layer uploads. The upload process stores intermediate data in the database using a format that, if tampered with, could allow an attacker to execute arbitrary code on the Quay server.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in Forge (also called `node-forge`), a JavaScript implementation of Transport Layer Security. A remote attacker could exploit weaknesses in the RSASSA PKCS#1 v1.5 signature verification process. By crafting malicious signatures that include extra data within the ASN structure and do not meet padding requirements, an attacker can bypass signature validation. This allows for the creation of forged signatures that appear legitimate, potentially compromising the integrity and authenticity of communications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in the cryptography library. This vulnerability occurs when a non-contiguous buffer is passed to certain application programming interfaces (APIs) that accept Python buffers, such as Hash.update(). A remote attacker could exploit this to cause a buffer overflow, potentially leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution "Gadget" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.15.5 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.5",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:24853",
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62718",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2377",
"url": "https://access.redhat.com/security/cve/CVE-2026-2377"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27459",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27962",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32286",
"url": "https://access.redhat.com/security/cve/CVE-2026-32286"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32589",
"url": "https://access.redhat.com/security/cve/CVE-2026-32589"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32590",
"url": "https://access.redhat.com/security/cve/CVE-2026-32590"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33894",
"url": "https://access.redhat.com/security/cve/CVE-2026-33894"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39892",
"url": "https://access.redhat.com/security/cve/CVE-2026-39892"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42044",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4427",
"url": "https://access.redhat.com/security/cve/CVE-2026-4427"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_24853.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.5",
"tracking": {
"current_release_date": "2026-06-14T21:11:43+00:00",
"generator": {
"date": "2026-06-14T21:11:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:24853",
"initial_release_date": "2026-06-09T15:31:40+00:00",
"revision_history": [
{
"date": "2026-06-09T15:31:40+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-09T15:31:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-14T21:11:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1780891395"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1780584268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ad3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1780584376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1780584626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1780584775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe?arch=ppc64le\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1780584287"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-bundle\u0026tag=1780585491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ab1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1780584268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Adb0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-bundle\u0026tag=1780585598"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1780584376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Af32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8\u0026tag=1780590413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Aef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1780584626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5?arch=amd64\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1780584775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-bundle\u0026tag=1780894591"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1780584287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Aafeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62?arch=amd64\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1780891395"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ae76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-container-security-operator-rhel8\u0026tag=1780584268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-bridge-operator-rhel8\u0026tag=1780584376"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-builder-rhel8\u0026tag=1780584626"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6?arch=s390x\u0026repository_url=registry.redhat.io/quay/clair-rhel8\u0026tag=1780584775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-operator-rhel8\u0026tag=1780584287"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0?arch=s390x\u0026repository_url=registry.redhat.io/quay/quay-rhel8\u0026tag=1780891395"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale"
]
}
],
"cve": "CVE-2026-2377",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-02-11T21:02:44.495000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439201"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in mirror-registry. Authenticated users can exploit the log export feature by providing a specially crafted web address (URL). This allows the application\u0027s backend to make arbitrary requests to internal network resources, a vulnerability known as Server-Side Request Forgery (SSRF). This could lead to unauthorized access to sensitive information or other internal systems.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mirror-registry: quay: quay: Server-Side Request Forgery via log export functionality",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Due to the intended and supported use case of Openshift Mirror Registry, deployment in an offline or network-isolated environment, the impact for this product has been downgraded to `Moderate`.\n\nEven in case of compromise, the blast radius is restricted to mirror-registry. It can not be escalated outside the core product. This vulnerability has been scored based on the lack of change of scope.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2377"
},
{
"category": "external",
"summary": "RHBZ#2439201",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439201"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2377",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2377"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2377",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2377"
}
],
"release_date": "2026-04-08T16:18:10.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mirror-registry: quay: quay: Server-Side Request Forgery via log export functionality"
},
{
"cve": "CVE-2026-4427",
"discovery_date": "2026-03-18T14:02:19.414820+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"notes": [
{
"category": "description",
"text": "No description is available for this CVE.",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "This CVE has been marked as Rejected by the assigning CNA.",
"title": "Statement"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4427"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4427",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4427"
}
],
"release_date": "2026-03-18T13:00:31+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"title": "github.com/jackc/pgproto3: pgproto3: Denial of Service via negative field length in DataRow message"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-27459",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2026-03-18T00:01:41.404915+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448503"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyOpenSSL. The set_cookie_generate_callback callback function can be used to generate DTLS cookies. When the callback returns a cookie string or byte sequence longer than 256 bytes, a buffer overflow can be triggered due to a missing bounds checking before copying the data to a fixed-size buffer provided by the underlying OpenSSL library.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyOpenSSL: DTLS cookie callback buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw is only exploitable when an application using the pyOpenSSL library provides a custom callback to the set_cookie_generate_callback function. For the buffer overflow to occur, the callback function must return a cookie string or byte sequence longer than 256 bytes, limiting the exposure of this issue. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27459"
},
{
"category": "external",
"summary": "RHBZ#2448503",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448503"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27459",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27459"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27459"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst",
"url": "https://github.com/pyca/pyopenssl/blob/358cbf29c4e364c59930e53a270116249581eaa3/CHANGELOG.rst"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408",
"url": "https://github.com/pyca/pyopenssl/commit/57f09bb4bb051d3bc2a1abd36e9525313d5cd408"
},
{
"category": "external",
"summary": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4",
"url": "https://github.com/pyca/pyopenssl/security/advisories/GHSA-5pwr-322w-8jr4"
}
],
"release_date": "2026-03-17T23:34:28.483000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"category": "workaround",
"details": "To mitigate this flaw, ensure the callback provided to the set_cookie_generate_callback function strictly limits the returned cookie string or byte sequence to under 256 bytes.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyOpenSSL: DTLS cookie callback buffer overflow"
},
{
"cve": "CVE-2026-27962",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-16T18:02:07.041902+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker\u0027s key, allowing them to bypass authentication and gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This critical vulnerability in Authlib\u0027s JWS implementation allows unauthenticated attackers to forge JWTs by embedding their own cryptographic key in the token header. Impact is high to confidentiality and integrity as attackers can bypass authentication.\n\nThe impact for Red Hat Quay is rated as low because it imports authlib solely as a JWK parsing utility and performs all JWT signature verification through PyJWT, so the vulnerable jws.deserialize_compact() code path is never called.\n\nRed Hat OpenShift AI is not affected, since authlib is only present as a transitive dependency in the dev dependency group and is not included in production image builds, so the vulnerable code is not present in the shipped product.\n\nRed Hat Satellite is not affected, as authlib is only present as a dependency of fastmcp. In Satellite, fastmcp only invokes authlib using jwt.decode() which isn\u0027t able to reach the vulnerability condition even with key=none.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "RHBZ#2448164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681",
"url": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5"
}
],
"release_date": "2026-03-16T17:34:38.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32286",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-03-26T20:01:59.226117+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451847"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the DataRow.Decode function within the github.com/jackc/pgproto3/v2 component. A malicious or compromised PostgreSQL server can exploit this by sending a DataRow message containing a negative field length. This improper validation of field lengths leads to a \"slice bounds out of range panic\", resulting in a Denial of Service (DoS) for the affected application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgproto3/v2: github.com/jackc/pgproto3/v2: Denial of Service via malicious PostgreSQL server",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The PostgreSQL server multicluster-globalhub-manager connects to is either provisioned by the operator itself or specified by the admin managing the deployment. To successfully exploit the vulnerability in this context the attacker would need to compromise the operator-deployed PostgreSQL server to force a crafted malicious DataRow message or they would need to have the privileges required to modify the operator-provisioned deployment or configure globalhub-manager to use a compromised/malicious \u201cBYO Postgres\u201d server.\n\nThe first scenario (compromising a legitimate PostgreSQL server) would change Attack Complexity from Low to High resulting in an adjusted CVSS v3.1 score of 5.9 (Moderate)\nThe other scenarios (manipulating the operator provisioned-deployment or configuring the globalhub-manager to use a malicious server) would maintain AC:L but would require privileged access. This would change Privileges Required from None to High resulting in an adjusted CVSS v3.1 score of 4.9 (Moderate)\n\nBased on the above the Impact Rating for multicluster-globalhub-manager-rhel9 is Moderate.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32286"
},
{
"category": "external",
"summary": "RHBZ#2451847",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451847"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32286",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32286"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32286",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32286"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4518",
"url": "https://github.com/golang/vulndb/issues/4518"
},
{
"category": "external",
"summary": "https://github.com/jackc/pgx/issues/2507",
"url": "https://github.com/jackc/pgx/issues/2507"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4518",
"url": "https://pkg.go.dev/vuln/GO-2026-4518"
}
],
"release_date": "2026-03-26T19:40:51.974000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgproto3/v2: github.com/jackc/pgproto3/v2: Denial of Service via malicious PostgreSQL server"
},
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale"
]
}
],
"cve": "CVE-2026-32589",
"cwe": {
"id": "CWE-639",
"name": "Authorization Bypass Through User-Controlled Key"
},
"discovery_date": "2026-03-12T14:43:07.878000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446963"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat Quay\u0027s container image upload process. An authenticated user with push access to any repository on the registry can interfere with image uploads in progress by other users, including those in repositories they do not have access to. This could allow the attacker to read, modify, or cancel another user\u0027s in-progress image upload.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mirror-registry: quay: insecure direct object reference in BlobUpload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation requires valid login credentials to the Quay registry. Unauthenticated users cannot exploit this flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32589"
},
{
"category": "external",
"summary": "RHBZ#2446963",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446963"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32589",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32589"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32589",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32589"
}
],
"release_date": "2026-04-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "mirror-registry: quay: insecure direct object reference in BlobUpload"
},
{
"acknowledgments": [
{
"names": [
"Antony Di Scala",
"Michael Whale"
]
}
],
"cve": "CVE-2026-32590",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-03-12T14:43:11.443000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446964"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Red Hat Quay\u0027s handling of resumable container image layer uploads. The upload process stores intermediate data in the database using a format that, if tampered with, could allow an attacker to execute arbitrary code on the Quay server.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "mirror-registry: remote code execution using pickle deserialization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation requires valid login credentials. The attacker must be authenticated to the registry, either through the web interface or through a container tool such as Podman.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32590"
},
{
"category": "external",
"summary": "RHBZ#2446964",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446964"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32590",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32590"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32590",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32590"
}
],
"release_date": "2026-04-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "mirror-registry: remote code execution using pickle deserialization"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33894",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-27T21:02:52.462999+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452464"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Forge (also called `node-forge`), a JavaScript implementation of Transport Layer Security. A remote attacker could exploit weaknesses in the RSASSA PKCS#1 v1.5 signature verification process. By crafting malicious signatures that include extra data within the ASN structure and do not meet padding requirements, an attacker can bypass signature validation. This allows for the creation of forged signatures that appear legitimate, potentially compromising the integrity and authenticity of communications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: Forge: Signature Forgery via Weak RSASSA PKCS#1 v1.5 Verification",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33894"
},
{
"category": "external",
"summary": "RHBZ#2452464",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452464"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33894",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33894"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33894",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33894"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc2313#section-8",
"url": "https://datatracker.ietf.org/doc/html/rfc2313#section-8"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-ppp5-5v6c-4jwp",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-ppp5-5v6c-4jwp"
},
{
"category": "external",
"summary": "https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE",
"url": "https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE"
},
{
"category": "external",
"summary": "https://www.rfc-editor.org/rfc/rfc8017.html",
"url": "https://www.rfc-editor.org/rfc/rfc8017.html"
}
],
"release_date": "2026-03-27T20:45:49.583000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: Forge: Signature Forgery via Weak RSASSA PKCS#1 v1.5 Verification"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-39892",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-08T22:00:59.416053+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456735"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cryptography library. This vulnerability occurs when a non-contiguous buffer is passed to certain application programming interfaces (APIs) that accept Python buffers, such as Hash.update(). A remote attacker could exploit this to cause a buffer overflow, potentially leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: Cryptography: Buffer overflow via non-contiguous buffer in API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In default configurations Red Hat products isolate service processes from total system access. Should an attacker be able to exploit this vulnerability their impact will be limited to that service account and they will not have access to the broader system.",
"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 Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39892"
},
{
"category": "external",
"summary": "RHBZ#2456735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39892"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/08/12",
"url": "http://www.openwall.com/lists/oss-security/2026/04/08/12"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/622d672e429a7cff836a23c5903683dbec1901f5",
"url": "https://github.com/pyca/cryptography/commit/622d672e429a7cff836a23c5903683dbec1901f5"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-p423-j2cm-9vmq",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-p423-j2cm-9vmq"
}
],
"release_date": "2026-04-08T20:49:41.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: Cryptography: Buffer overflow via non-contiguous buffer in API"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via 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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via 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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
},
{
"cve": "CVE-2026-42044",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:13.418725+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution \"Gadget\" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "RHBZ#2461624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23"
}
],
"release_date": "2026-04-24T17:49:49.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-09T15:31:40+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24853"
},
{
"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 Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:112909f56592b6d280a68b8104fe0c6f771c7c0156197950fcd1fcccae3c7fbf_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:6ebb0d29e5d4aeb1ec3c16f8478cd1d615d3b42275dd82a20ff966887d603bd6_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:80e7c357130e8a1a2db38713055d9a3e04812d5dd496d937d0d51b5c27f97da5_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:db0def651635715bc2406aef174f500cdc35d52cd693785629c149d0269b5f33_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2bab9301dc7f0adb24d243b7c0bb26733751f4bf2c84edbf464ac8dd2753bfa0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:904a679c9230596aea5aab19cb6ecd16d6f7c7e6cca06aca63498ff4896733ba_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d3d569cf1570a9a0edd4070660ceff622429c98345c369af0ace3458e0ba2308_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:f32c7fd3bde4d324f96251826f85aac887aaa44a526eb2e8549a00c6a71abcd0_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:93d75149f451f380dbc59b4f093e0bf8f3ab05044e584f9a229c46abd572cf94_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9dd5bc1416811a51cc056720e65035c713f335f43d8209bfad4d8d983b36ac72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:ef0552c8953fc5958bb4bb548820802cc30f0aa8366c0e369a0d30e1f5ddad9b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3deb2d564ed7e8ce85861e81681211d84a9c147bb5807c642fe788980aba3038_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:82e7c7f7d3a44f312428d1fa7b0c1c6fc644fbf20e9370b2d5803f6687a189a5_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b1a0cc358536e22f07c9672957484afebf230145a5c85fa4f8acd11349adb219_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:e76e3b94c8aae99addf53b09f15f8f9d52003bfdb9213c93b67b58e71fcd192a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:955f6c83ce8e6cdd075ef5c7396a8b19f9b8021cc5fb1b909a1dda05f0e3f13f_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:7be53b8c4851f7ca174c32556cdc2be807cabfb778ced23054b12288cc7ebbee_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:9abfc7d4e96a46868548380c7db2f11a7ec406c809fb8eee9a7bc3a049adcbbe_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:ec4e8658a1c3f00bd08e8b009cd042bc59a3d870cd17a7db940f1e12d4c05746_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:5b1b98cd31ba150aecd6ef44c2bd8d79ae64380c8e974a4c8c1bb66fb4a38ce9_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:88ca55bb3177d8111971f1ba134bec7967289bfae64ecdf0b751dba0df82d9f0_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:afeeca0c1a653b5c375af4cca8dac1f52db846013d8b50e914ed62e1b7b1aa62_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget"
}
]
}
RHSA-2026:24977
Vulnerability from csaf_redhat - Published: 2026-06-10 04:27 - Updated: 2026-06-14 21:11A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `GOSTCTR` implementation is unable to securely process more than 255 blocks of data due to keystream reuse. This issue allows an attacker to break the fundamental confidentiality of any data protected by the `G3413CTRBlockCipher`, potentially leading to the recovery and access of encrypted data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in vLLM. A denial of service (DoS) vulnerability can be triggered by sending a single HTTP GET request with an extremely large X-Forwarded-For header to an HTTP endpoint. This results in server memory exhaustion, potentially leading to a crash or unresponsiveness. The attack does not require authentication, making it exploitable by any remote user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the `Request.post()` method, causes the server's memory to fill uncontrollably. This can lead to a Denial of Service (DoS) by freezing the server, making it unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in the `keras` package. This vulnerability allows an attacker to execute unauthorized code on a victim's system. It occurs when a victim loads a specially crafted `.keras` model, even if the `safe_mode` security feature is active. The issue arises because the `keras` package can unconditionally load external TensorFlow SavedModels without sufficient validation, thereby bypassing the intended security protections and leading to arbitrary code execution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator (URL) containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization, leading to distinct URLs resolving to the same internal path. This could allow an attacker to bypass security policies that rely on path-based comparisons, potentially gaining unauthorized access to resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in PyTorch, a Python package for tensor computation. A remote attacker could craft a malicious checkpoint file, which, when loaded using the `weights_only` unpickler, could lead to memory corruption. This vulnerability may enable an attacker to achieve arbitrary code execution on the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in xgrammar, an open-source library for structured generation. This vulnerability allows an attacker to trigger a segmentation fault, causing the program to crash and resulting in a Denial of Service (DoS). The issue occurs due to improper handling of multi-level nested syntax.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this Server-Side Request Forgery (SSRF) bypass vulnerability in the `load_from_url_async` method. The flaw occurs because the URL validation and the actual HTTP request handling use different parsing libraries, leading to inconsistencies. This allows an attacker to bypass existing SSRF protections, potentially leading to the disclosure of sensitive information from internal network resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Open Neural Network Exchange (ONNX), an open standard for machine learning interoperability. This path traversal vulnerability, exploitable via a symbolic link (symlink), allows an attacker to read arbitrary files located outside of the intended model or user-provided directories. This could lead to unauthorized information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). Two model implementation files hardcode `trust_remote_code=True` when loading sub-components. This bypasses the user's explicit `--trust-remote-code=False` security opt-out, allowing a remote attacker to achieve remote code execution through malicious model repositories.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Open Neural Network Exchange (ONNX), an open standard for machine learning interoperability. A security control bypass exists in the `onnx.hub.load()` function due to improper logic in its repository trust verification. An attacker can exploit this by providing a malicious model, which, when loaded with the `silent=True` parameter, suppresses all security warnings. This vulnerability transforms a standard model-loading function into a vector for Zero-Interaction Supply-Chain Attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
A flaw was found in python-dotenv. A local attacker can exploit this by crafting a symbolic link, which the `set_key()` and `unset_key()` functions in python-dotenv follow when rewriting `.env` files. This can lead to the overwriting of arbitrary files on the system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in tornado-python. A remote attacker can exploit this vulnerability by sending a specially crafted, very large multipart body with numerous parts. Because the parsing of these large bodies occurs synchronously on the main thread, it can consume excessive resources, leading to a denial of service (DoS) for the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A path traversal flaw has been identified in Ray Dashboard in the Ray Pypi package. Due to improper validation and sanitization of user-supplied paths in the static file handling mechanism, an attacker can use traversal sequences (e.g., ../) to access files outside the intended static directory, resulting in local file disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
A flaw was found in NLTK (Natural Language Toolkit), specifically in the `nltk.app.wordnet_app` component. An unauthenticated remote attacker can exploit this vulnerability by sending a specially crafted GET request to the local WordNet Browser HTTP server when it is running in its default configuration. This action causes the server process to terminate immediately, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in the cryptography library. This vulnerability occurs when a non-contiguous buffer is passed to certain application programming interfaces (APIs) that accept Python buffers, such as Hash.update(). A remote attacker could exploit this to cause a buffer overflow, potentially leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library's failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in DOMPurify, a DOM-only cross-site scripting sanitizer. A remote attacker could exploit an inconsistency in how forbidden tags and attributes are handled when function-based tag additions are used. This allows malicious HTML, MathML, or SVG elements to bypass sanitization and execute arbitrary code in the user's browser, leading to Cross-Site Scripting (XSS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in protobufjs, a JavaScript (JS) library used for compiling protobuf definitions. A remote attacker with low privileges can exploit this vulnerability by injecting arbitrary code into the "type" fields of protobuf definitions. This malicious code will then execute during the object decoding process, leading to arbitrary code execution and potentially full system compromise.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_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": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.25.7 provides these changes:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:24977",
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-14813",
"url": "https://access.redhat.com/security/cve/CVE-2025-14813"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-48956",
"url": "https://access.redhat.com/security/cve/CVE-2025-48956"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-62718",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69227",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69228",
"url": "https://access.redhat.com/security/cve/CVE-2025-69228"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1462",
"url": "https://access.redhat.com/security/cve/CVE-2026-1462"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23490",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24747",
"url": "https://access.redhat.com/security/cve/CVE-2026-24747"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25048",
"url": "https://access.redhat.com/security/cve/CVE-2026-25048"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25960",
"url": "https://access.redhat.com/security/cve/CVE-2026-25960"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27489",
"url": "https://access.redhat.com/security/cve/CVE-2026-27489"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27893",
"url": "https://access.redhat.com/security/cve/CVE-2026-27893"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28500",
"url": "https://access.redhat.com/security/cve/CVE-2026-28500"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28684",
"url": "https://access.redhat.com/security/cve/CVE-2026-28684"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-31958",
"url": "https://access.redhat.com/security/cve/CVE-2026-31958"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32981",
"url": "https://access.redhat.com/security/cve/CVE-2026-32981"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33231",
"url": "https://access.redhat.com/security/cve/CVE-2026-33231"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34993",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39892",
"url": "https://access.redhat.com/security/cve/CVE-2026-39892"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40192",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41240",
"url": "https://access.redhat.com/security/cve/CVE-2026-41240"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41242",
"url": "https://access.redhat.com/security/cve/CVE-2026-41242"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6321",
"url": "https://access.redhat.com/security/cve/CVE-2026-6321"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_24977.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.25.7 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-06-14T21:11:43+00:00",
"generator": {
"date": "2026-06-14T21:11:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:24977",
"initial_release_date": "2026-06-10T04:27:13+00:00",
"revision_history": [
{
"date": "2026-06-10T04:27:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-10T04:27:24+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-14T21:11:43+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.25",
"product": {
"name": "Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.25::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Abefa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-built-in-detector-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-nlp-rhel9@sha256%3A8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-caikit-nlp-rhel9\u0026tag=1780069094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-tgis-serving-rhel9@sha256%3A2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9\u0026tag=1780388133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-codeflare-operator-rhel9\u0026tag=1780393157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-dashboard-rhel9\u0026tag=1780467029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9\u0026tag=1780393223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9\u0026tag=1780392871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Aad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kueue-controller-rhel9\u0026tag=1780393069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Aff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9\u0026tag=1780392570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Ab1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-feast-operator-rhel9\u0026tag=1780069293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ac510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-feature-server-rhel9\u0026tag=1780069135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Af3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9\u0026tag=1780069197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Add3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9\u0026tag=1780069122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9\u0026tag=1780393969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3Ad00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-agent-rhel9\u0026tag=1780347853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3Aad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-controller-rhel9\u0026tag=1780347851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3A7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-router-rhel9\u0026tag=1780347854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Aa0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9\u0026tag=1780069127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Ad16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9\u0026tag=1780506757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3Ad7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-llama-stack-core-rhel9\u0026tag=1780394930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3A5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9\u0026tag=1780394436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3Ae55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9\u0026tag=1780069327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3A54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9\u0026tag=1780069124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3Ad3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9\u0026tag=1780394123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3Adf63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9\u0026tag=1780393862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9\u0026tag=1780393349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3A690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9\u0026tag=1780393812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3A79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9\u0026tag=1780436255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3Aace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9\u0026tag=1780393322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9\u0026tag=1780395235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9\u0026tag=1780069102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9\u0026tag=1780467147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-model-controller-rhel9\u0026tag=1780069381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Ae1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9\u0026tag=1780069220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Abb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9\u0026tag=1780434939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Ae3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-operator-rhel9\u0026tag=1780396903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-rhel9\u0026tag=1780434700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9\u0026tag=1780069215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3Af9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9\u0026tag=1780394782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3A0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9\u0026tag=1780069205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3A6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-modelmesh-rhel9\u0026tag=1780069506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3Aa626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-must-gather-rhel9\u0026tag=1780069152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Af4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-notebook-controller-rhel9\u0026tag=1780394039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-openvino-model-server-rhel9@sha256%3A73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-openvino-model-server-rhel9\u0026tag=1780434492"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3Ad6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-operator-bundle\u0026tag=1780514621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3A96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-rhel9-operator\u0026tag=1780513840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Add929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9\u0026tag=1780078312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9\u0026tag=1780069491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256%3Af35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9\u0026tag=1780078429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3Ad34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9\u0026tag=1780069222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256%3Ab75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9\u0026tag=1780078632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3Aa0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9\u0026tag=1780078416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256%3A4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9\u0026tag=1780417775"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda121-torch24-py311-rhel9@sha256%3Ad12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9\u0026tag=1780078807"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-cuda124-torch25-py311-rhel9@sha256%3Ae6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9\u0026tag=1780078840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3Aec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-training-operator-rhel9\u0026tag=1780395771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch24-py311-rhel9@sha256%3A8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9\u0026tag=1780069179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-rocm62-torch25-py311-rhel9@sha256%3A1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9\u0026tag=1780069181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3Ae4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-rhel9\u0026tag=1780398350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3Ad127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cuda-rhel9@sha256%3Ac8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-vllm-cuda-rhel9\u0026tag=1780069320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-gaudi-rhel9@sha256%3A281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9\u0026tag=1780069069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-rocm-rhel9@sha256%3A0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-vllm-rocm-rhel9\u0026tag=1780069849"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9\u0026tag=1780078388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9\u0026tag=1780069146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9\u0026tag=1780069205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3A5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9\u0026tag=1780069224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256%3Aa041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9\u0026tag=1780069470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256%3A437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9\u0026tag=1780078413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256%3A2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9\u0026tag=1780069226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256%3A5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9\u0026tag=1780078629"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3Addcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9\u0026tag=1780078414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256%3A3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9\u0026tag=1780078632"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9\u0026tag=1780069222"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Ad8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-built-in-detector-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-nlp-rhel9@sha256%3A22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-caikit-nlp-rhel9\u0026tag=1780069094"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"product_id": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-caikit-tgis-serving-rhel9@sha256%3A34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9\u0026tag=1780388133"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel9@sha256%3A90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-codeflare-operator-rhel9\u0026tag=1780393157"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-dashboard-rhel9\u0026tag=1780467029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9\u0026tag=1780393223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3Add77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9\u0026tag=1780392871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3A2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9\u0026tag=1780392570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3A2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-feast-operator-rhel9\u0026tag=1780069293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ad81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-feature-server-rhel9\u0026tag=1780069135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3Af9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9\u0026tag=1780069197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3Aaca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9\u0026tag=1780069122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9\u0026tag=1780393969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-agent-rhel9\u0026tag=1780347853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3Ab8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-controller-rhel9\u0026tag=1780347851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Ad830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-router-rhel9\u0026tag=1780347854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3Ac875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9\u0026tag=1780069127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel9@sha256%3Af8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9\u0026tag=1780506757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-kueue-controller-rhel9\u0026tag=1780393069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-core-rhel9@sha256%3A51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-llama-stack-core-rhel9\u0026tag=1780394930"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llama-stack-k8s-operator-rhel9@sha256%3Afd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9\u0026tag=1780394436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-inference-scheduler-rhel9@sha256%3Afb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9\u0026tag=1780069327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"product_id": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-llm-d-routing-sidecar-rhel9@sha256%3A0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9\u0026tag=1780069124"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9\u0026tag=1780394123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9\u0026tag=1780393862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3A0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9\u0026tag=1780393349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ad6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9\u0026tag=1780393812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3Af7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9\u0026tag=1780436255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9\u0026tag=1780393322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3Accd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9\u0026tag=1780395235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel9@sha256%3A6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9\u0026tag=1780069102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9\u0026tag=1780467147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3Aed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-model-controller-rhel9\u0026tag=1780069381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Afce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9\u0026tag=1780069220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9\u0026tag=1780434939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-operator-rhel9\u0026tag=1780396903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3Ae3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-rhel9\u0026tag=1780434700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel9@sha256%3Abab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9\u0026tag=1780394782"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel9@sha256%3Aa7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9\u0026tag=1780069205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel9@sha256%3A547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-modelmesh-rhel9\u0026tag=1780069506"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3Ae0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-must-gather-rhel9\u0026tag=1780069152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Acf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-notebook-controller-rhel9\u0026tag=1780394039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ab46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-rhel9-operator\u0026tag=1780513840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9\u0026tag=1780069215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3Adea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9\u0026tag=1780078312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9\u0026tag=1780069491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256%3A90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9\u0026tag=1780078416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3Ac283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-training-operator-rhel9\u0026tag=1780395771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3A38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-rhel9\u0026tag=1780398350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3Aafeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cuda-rhel9@sha256%3A1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-vllm-cuda-rhel9\u0026tag=1780069320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3A337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9\u0026tag=1780078388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9\u0026tag=1780069146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3Ad2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9\u0026tag=1780069205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256%3Ac7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9\u0026tag=1780069224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256%3A1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9\u0026tag=1780078414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21?arch=arm64\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9\u0026tag=1780069222"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3Ac862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-built-in-detector-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-dashboard-rhel9\u0026tag=1780467029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel9@sha256%3A43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9\u0026tag=1780393223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256%3A809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9\u0026tag=1780392871"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel9@sha256%3Ae299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9\u0026tag=1780392570"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feast-operator-rhel9@sha256%3Aad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-feast-operator-rhel9\u0026tag=1780069293"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-feature-server-rhel9@sha256%3Ae7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-feature-server-rhel9\u0026tag=1780069135"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9\u0026tag=1780069197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9\u0026tag=1780069122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9\u0026tag=1780393969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-agent-rhel9\u0026tag=1780347853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-controller-rhel9\u0026tag=1780347851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Aa2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-router-rhel9\u0026tag=1780347854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9\u0026tag=1780069127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3Aa62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-kueue-controller-rhel9\u0026tag=1780393069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel9@sha256%3A1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9\u0026tag=1780394123"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel9@sha256%3A455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9\u0026tag=1780393862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel9@sha256%3Adef7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9\u0026tag=1780393349"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256%3Ab8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9\u0026tag=1780393812"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-runtime-generic-rhel9@sha256%3Aa27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9\u0026tag=1780436255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256%3A009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9\u0026tag=1780393322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel9@sha256%3A932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9\u0026tag=1780395235"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9\u0026tag=1780467147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-model-controller-rhel9\u0026tag=1780069381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Acc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9\u0026tag=1780069220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3Aff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9\u0026tag=1780434939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3Aef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-operator-rhel9\u0026tag=1780396903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-rhel9\u0026tag=1780434700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3A773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-must-gather-rhel9\u0026tag=1780069152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3Ac0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-notebook-controller-rhel9\u0026tag=1780394039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Ab555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-rhel9-operator\u0026tag=1780513840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9\u0026tag=1780078312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9\u0026tag=1780069491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9\u0026tag=1780069215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel9@sha256%3A8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-training-operator-rhel9\u0026tag=1780395771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ac8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-rhel9\u0026tag=1780398350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Ad6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-vllm-cpu-rhel9\u0026tag=1780069252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256%3Ad8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9\u0026tag=1780078388"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9\u0026tag=1780069146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3Ae059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9\u0026tag=1780069205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256%3A3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9\u0026tag=1780069222"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"product_id": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-built-in-detector-rhel9@sha256%3A95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-built-in-detector-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel9@sha256%3A34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-dashboard-rhel9\u0026tag=1780467029"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-fms-guardrails-orchestrator-rhel9@sha256%3A568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9\u0026tag=1780069197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"product_id": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-guardrails-detector-huggingface-runtime-rhel9@sha256%3A19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9\u0026tag=1780069122"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel9@sha256%3A814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9\u0026tag=1780393969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-agent-rhel9@sha256%3A12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-agent-rhel9\u0026tag=1780347853"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-controller-rhel9@sha256%3A3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-controller-rhel9\u0026tag=1780347851"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-router-rhel9@sha256%3Aa3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-router-rhel9\u0026tag=1780347854"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kserve-storage-initializer-rhel9@sha256%3A41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9\u0026tag=1780069127"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel9@sha256%3A6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-kueue-controller-rhel9\u0026tag=1780393069"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"product_id": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-mod-arch-model-registry-rhel9@sha256%3A91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9\u0026tag=1780467147"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel9@sha256%3A47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-model-controller-rhel9\u0026tag=1780069381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-metadata-collection-rhel9@sha256%3Abfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9\u0026tag=1780069220"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-job-async-upload-rhel9@sha256%3A017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9\u0026tag=1780434939"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel9@sha256%3A792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-operator-rhel9\u0026tag=1780396903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel9@sha256%3A7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-model-registry-rhel9\u0026tag=1780434700"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"product_id": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-must-gather-rhel9@sha256%3Ad65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-must-gather-rhel9\u0026tag=1780069152"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel9@sha256%3A6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-notebook-controller-rhel9\u0026tag=1780394039"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"product_id": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel9-operator@sha256%3Af581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-rhel9-operator\u0026tag=1780513840"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256%3A741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9\u0026tag=1780078312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"product_id": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256%3A0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9\u0026tag=1780069491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-driver-rhel9@sha256%3A860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"product_id": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-ta-lmes-job-rhel9@sha256%3A15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9\u0026tag=1780069215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel9@sha256%3Ab26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9\u0026tag=1780069183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel9@sha256%3A9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-service-rhel9\u0026tag=1780398350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256%3A508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9\u0026tag=1780069144"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"product_id": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-vllm-cpu-rhel9@sha256%3Ad4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-vllm-cpu-rhel9\u0026tag=1780069252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256%3A31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9\u0026tag=1780069146"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"product": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"product_id": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256%3A776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb?arch=s390x\u0026repository_url=registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9\u0026tag=1780069205"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64 as a component of Red Hat OpenShift AI 2.25",
"product_id": "Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.25"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-14813",
"cwe": {
"id": "CWE-327",
"name": "Use of a Broken or Risky Cryptographic Algorithm"
},
"discovery_date": "2026-04-15T10:01:27.769752+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458640"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Legion of the Bouncy Castle Inc. BC-JAVA bcprov. The `GOSTCTR` implementation is unable to securely process more than 255 blocks of data due to keystream reuse. This issue allows an attacker to break the fundamental confidentiality of any data protected by the `G3413CTRBlockCipher`, potentially leading to the recovery and access of encrypted data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to capture ciphertext encrypted by the `GOSTCTR` implementation where the `G3413CTRBlockCipher` processed more than 255 blocks of data, resulting in keystream reuse. An attack typically requires capturing these overlapping ciphertexts to perform cryptanalysis and uncover the underlying data.\nThe primary impact of this vulnerability is the potential loss of confidentiality for data encrypted by the `GOSTCTR` implementation. This can compromise encrypted communications or sensitive stored data by allowing an attacker to fully recover the plaintext.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-14813"
},
{
"category": "external",
"summary": "RHBZ#2458640",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458640"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-14813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14813"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-14813",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14813"
},
{
"category": "external",
"summary": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902025%E2%80%9014813",
"url": "https://github.com/bcgit/bc-java/wiki/CVE%E2%80%902025%E2%80%9014813"
}
],
"release_date": "2026-04-15T08:56:34.057000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, strictly limit the payload encrypted under a single key and Initialization Vector (IV) pair using the GOSTCTR implementation and G3413CTRBlockCipher to a maximum of 255 blocks. Alternatively, transition to a more secure, standardized and authenticated encryption mode.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "bouncycastle: BC-JAVA: GOSTCTR implementation unable to process more than 255 blocks correctly"
},
{
"cve": "CVE-2025-48956",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2025-06-12T17:02:11.238000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2372522"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM. A denial of service (DoS) vulnerability can be triggered by sending a single HTTP GET request with an extremely large X-Forwarded-For header to an HTTP endpoint. This results in server memory exhaustion, potentially leading to a crash or unresponsiveness. The attack does not require authentication, making it exploitable by any remote user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: HTTP header size limit not enforced allows Denial of Service from Unauthenticated requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is considered Important rather than just Moderate because it enables a complete denial of service with minimal effort from a remote, unauthenticated attacker. Unlike moderate flaws that might require specific conditions, partial access, or complex exploitation chains, here a single oversized HTTP request is sufficient to exhaust server memory and crash the vLLM service. Since vLLM is often deployed as a backend for high-availability inference workloads, this creates a high-impact risk: availability is entirely compromised, all running workloads are disrupted, and recovery may require manual intervention. The lack of authentication barriers makes the attack surface fully exposed over the network, which elevates the severity beyond Moderate to Important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48956"
},
{
"category": "external",
"summary": "RHBZ#2372522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2372522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48956"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48956",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48956"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944",
"url": "https://github.com/vllm-project/vllm/commit/d8b736f913a59117803d6701521d2e4861701944"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-rxc4-3w6r-4v47"
}
],
"release_date": "2025-08-26T14:51:41.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "Until a fix is available, the risk can be reduced by running vLLM behind a reverse proxy such as Nginx, Envoy, or HAProxy with strict header size limits, ensuring that oversized requests are dropped before reaching the service. Additional safeguards like container or VM resource limits and traffic monitoring can help contain the impact, but upgrading to the patched release remains the definitive solution.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: HTTP header size limit not enforced allows Denial of Service from Unauthenticated requests"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"cve": "CVE-2025-69227",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-01-06T00:01:17.036900+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427256"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp, an asynchronous HTTP client/server framework for Python. A remote attacker could exploit this vulnerability by sending a specially crafted POST request to an application using the Request.post() method, provided that Python optimizations are enabled. This could lead to an infinite loop, resulting in a Denial of Service (DoS) attack, making the affected application unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via specially crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products as it can lead to a Denial of Service (DoS) in applications utilizing the `aiohttp` library. Exploitation requires Python optimizations to be explicitly enabled (e.g., via `-O` or `PYTHONOPTIMIZE=1`) and the application to process POST requests using the `Request.post()` method. Red Hat products are affected if they meet these specific configuration and usage criteria.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69227"
},
{
"category": "external",
"summary": "RHBZ#2427256",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427256"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69227"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69227"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259",
"url": "https://github.com/aio-libs/aiohttp/commit/bc1319ec3cbff9438a758951a30907b072561259"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jj3x-wxrx-4x23"
}
],
"release_date": "2026-01-05T23:19:31.396000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via specially crafted POST request"
},
{
"cve": "CVE-2025-69228",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T00:01:02.119065+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427254"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in aiohttp. A remote attacker can craft a malicious request that, when processed by an aiohttp server using the `Request.post()` method, causes the server\u0027s memory to fill uncontrollably. This can lead to a Denial of Service (DoS) by freezing the server, making it unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. A flaw in aiohttp allows a remote attacker to cause a Denial of Service (DoS) by sending a specially crafted POST request to an aiohttp server that utilizes the `Request.post()` method. This can lead to uncontrolled memory consumption, freezing the server and making the server unavailable.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69228"
},
{
"category": "external",
"summary": "RHBZ#2427254",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427254"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69228",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69228"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69228",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69228"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/b7dbd35375aedbcd712cbae8ad513d56d11cce60",
"url": "https://github.com/aio-libs/aiohttp/commit/b7dbd35375aedbcd712cbae8ad513d56d11cce60"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6jhg-hg63-jvvf",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6jhg-hg63-jvvf"
}
],
"release_date": "2026-01-05T23:30:33.440000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "aiohttp: aiohttp: Denial of Service via memory exhaustion from crafted POST request"
},
{
"cve": "CVE-2026-1462",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-04-13T15:02:12.634661+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `keras` package. This vulnerability allows an attacker to execute unauthorized code on a victim\u0027s system. It occurs when a victim loads a specially crafted `.keras` model, even if the `safe_mode` security feature is active. The issue arises because the `keras` package can unconditionally load external TensorFlow SavedModels without sufficient validation, thereby bypassing the intended security protections and leading to arbitrary code execution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Keras: Arbitrary Code Execution Vulnerability Bypassing Safe Mode",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1462"
},
{
"category": "external",
"summary": "RHBZ#2457856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1462",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1462"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1462",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1462"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/commit/b6773d3decaef1b05d8e794458e148cb362f163f",
"url": "https://github.com/keras-team/keras/commit/b6773d3decaef1b05d8e794458e148cb362f163f"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/7e78d6f1-6977-4300-b595-e81bdbda331c",
"url": "https://huntr.com/bounties/7e78d6f1-6977-4300-b595-e81bdbda331c"
}
],
"release_date": "2026-04-13T14:55:28.649000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Keras: Arbitrary Code Execution Vulnerability Bypassing Safe Mode"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-6321",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-05-04T20:01:14.938426+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466582"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator (URL) containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization, leading to distinct URLs resolving to the same internal path. This could allow an attacker to bypass security policies that rely on path-based comparisons, potentially gaining unauthorized access to resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6321"
},
{
"category": "external",
"summary": "RHBZ#2466582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466582"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6321"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6"
}
],
"release_date": "2026-05-04T19:31:57.253000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies"
},
{
"cve": "CVE-2026-23490",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-16T20:03:33.790513+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430472"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyasn1, a generic ASN.1 library for Python. A remote attacker could exploit this vulnerability by sending a specially crafted RELATIVE-OID with excessive continuation octets. This input validation vulnerability leads to memory exhaustion, resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23490"
},
{
"category": "external",
"summary": "RHBZ#2430472",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430472"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23490",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23490"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23490"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970",
"url": "https://github.com/pyasn1/pyasn1/commit/3908f144229eed4df24bd569d16e5991ace44970"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2",
"url": "https://github.com/pyasn1/pyasn1/releases/tag/v0.6.2"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-63vm-454h-vhhq"
}
],
"release_date": "2026-01-16T19:03:36.442000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1: Denial of Service due to memory exhaustion from malformed RELATIVE-OID"
},
{
"cve": "CVE-2026-24747",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-01-27T22:01:52.649884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433612"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PyTorch, a Python package for tensor computation. A remote attacker could craft a malicious checkpoint file, which, when loaded using the `weights_only` unpickler, could lead to memory corruption. This vulnerability may enable an attacker to achieve arbitrary code execution on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pytorch: PyTorch: Arbitrary code execution via malicious checkpoint file loading",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24747"
},
{
"category": "external",
"summary": "RHBZ#2433612",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433612"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24747",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24747"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24747",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24747"
},
{
"category": "external",
"summary": "https://github.com/pytorch/pytorch/163122/commit/954dc5183ee9205cbe79876ad05dd2d9ae752139",
"url": "https://github.com/pytorch/pytorch/163122/commit/954dc5183ee9205cbe79876ad05dd2d9ae752139"
},
{
"category": "external",
"summary": "https://github.com/pytorch/pytorch/issues/163105",
"url": "https://github.com/pytorch/pytorch/issues/163105"
},
{
"category": "external",
"summary": "https://github.com/pytorch/pytorch/releases/tag/v2.10.0",
"url": "https://github.com/pytorch/pytorch/releases/tag/v2.10.0"
},
{
"category": "external",
"summary": "https://github.com/pytorch/pytorch/security/advisories/GHSA-63cw-57p8-fm3p",
"url": "https://github.com/pytorch/pytorch/security/advisories/GHSA-63cw-57p8-fm3p"
}
],
"release_date": "2026-01-27T21:13:46.878000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pytorch: PyTorch: Arbitrary code execution via malicious checkpoint file loading"
},
{
"cve": "CVE-2026-25048",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2026-03-05T16:01:14.634884+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444840"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in xgrammar, an open-source library for structured generation. This vulnerability allows an attacker to trigger a segmentation fault, causing the program to crash and resulting in a Denial of Service (DoS). The issue occurs due to improper handling of multi-level nested syntax.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "xgrammar: xgrammar: Denial of Service via multi-level nested syntax",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25048"
},
{
"category": "external",
"summary": "RHBZ#2444840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444840"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25048",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25048"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25048",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25048"
},
{
"category": "external",
"summary": "https://github.com/mlc-ai/xgrammar/releases/tag/v0.1.32",
"url": "https://github.com/mlc-ai/xgrammar/releases/tag/v0.1.32"
},
{
"category": "external",
"summary": "https://github.com/mlc-ai/xgrammar/security/advisories/GHSA-7rgv-gqhr-fxg3",
"url": "https://github.com/mlc-ai/xgrammar/security/advisories/GHSA-7rgv-gqhr-fxg3"
}
],
"release_date": "2026-03-05T15:34:42.095000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "xgrammar: xgrammar: Denial of Service via multi-level nested syntax"
},
{
"cve": "CVE-2026-25960",
"cwe": {
"id": "CWE-474",
"name": "Use of Function with Inconsistent Implementations"
},
"discovery_date": "2026-03-09T22:02:05.461167+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445892"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). A remote attacker can exploit this Server-Side Request Forgery (SSRF) bypass vulnerability in the `load_from_url_async` method. The flaw occurs because the URL validation and the actual HTTP request handling use different parsing libraries, leading to inconsistencies. This allows an attacker to bypass existing SSRF protections, potentially leading to the disclosure of sensitive information from internal network resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vLLM: vLLM: Server-Side Request Forgery bypass via inconsistent URL parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT vulnerability. The vLLM component, as used in Red Hat AI Inference Server and Red Hat OpenShift AI, is affected by a Server-Side Request Forgery (SSRF) protection bypass. This flaw allows an attacker to circumvent existing SSRF safeguards due to inconsistent URL parsing between the validation layer and the underlying HTTP client when the `load_from_url_async` method is utilized.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25960"
},
{
"category": "external",
"summary": "RHBZ#2445892",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445892"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25960"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/6f3b2047abd4a748e3db4a68543f8221358002c0",
"url": "https://github.com/vllm-project/vllm/commit/6f3b2047abd4a748e3db4a68543f8221358002c0"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/34743",
"url": "https://github.com/vllm-project/vllm/pull/34743"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-qh4c-xf7m-gxfc"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-v359-jj2v-j536",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-v359-jj2v-j536"
}
],
"release_date": "2026-03-09T21:01:01.827000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vLLM: vLLM: Server-Side Request Forgery bypass via inconsistent URL parsing"
},
{
"cve": "CVE-2026-27489",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-04-01T18:01:42.208947+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453929"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Open Neural Network Exchange (ONNX), an open standard for machine learning interoperability. This path traversal vulnerability, exploitable via a symbolic link (symlink), allows an attacker to read arbitrary files located outside of the intended model or user-provided directories. This could lead to unauthorized information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "onnx: ONNX: Information Disclosure via Path Traversal Vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Open Neural Network Exchange (ONNX) affects Red Hat OpenShift AI. An attacker could exploit a path traversal vulnerability through a crafted symbolic link within an ONNX model, leading to unauthorized disclosure of files outside the model\u0027s designated directories. This risk is present when processing untrusted ONNX models.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27489"
},
{
"category": "external",
"summary": "RHBZ#2453929",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453929"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27489",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27489"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27489",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27489"
},
{
"category": "external",
"summary": "https://github.com/onnx/onnx/commit/4755f8053928dce18a61db8fec71b69c74f786cb",
"url": "https://github.com/onnx/onnx/commit/4755f8053928dce18a61db8fec71b69c74f786cb"
},
{
"category": "external",
"summary": "https://github.com/onnx/onnx/security/advisories/GHSA-3r9x-f23j-gc73",
"url": "https://github.com/onnx/onnx/security/advisories/GHSA-3r9x-f23j-gc73"
}
],
"release_date": "2026-04-01T17:33:51.281000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "onnx: ONNX: Information Disclosure via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-27893",
"cwe": {
"id": "CWE-501",
"name": "Trust Boundary Violation"
},
"discovery_date": "2026-03-27T00:01:43.935417+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2452055"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in vLLM, an inference and serving engine for large language models (LLMs). Two model implementation files hardcode `trust_remote_code=True` when loading sub-components. This bypasses the user\u0027s explicit `--trust-remote-code=False` security opt-out, allowing a remote attacker to achieve remote code execution through malicious model repositories.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "vllm: vLLM: Remote code execution due to hardcoded trust_remote_code setting",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in vLLM, as shipped in Red Hat AI Inference Server and Red Hat OpenShift AI. The flaw allows remote code execution due to vLLM hardcoding `trust_remote_code=True` when loading sub-components, which bypasses the user\u0027s explicit `--trust-remote-code=False` security opt-out. This can lead to exploitation through malicious model repositories.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27893"
},
{
"category": "external",
"summary": "RHBZ#2452055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2452055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27893",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27893"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27893",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27893"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/commit/00bd08edeee5dd4d4c13277c0114a464011acf72",
"url": "https://github.com/vllm-project/vllm/commit/00bd08edeee5dd4d4c13277c0114a464011acf72"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/pull/36192",
"url": "https://github.com/vllm-project/vllm/pull/36192"
},
{
"category": "external",
"summary": "https://github.com/vllm-project/vllm/security/advisories/GHSA-7972-pg2x-xr59",
"url": "https://github.com/vllm-project/vllm/security/advisories/GHSA-7972-pg2x-xr59"
}
],
"release_date": "2026-03-26T23:56:53.579000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "vllm: vLLM: Remote code execution due to hardcoded trust_remote_code setting"
},
{
"cve": "CVE-2026-28500",
"cwe": {
"id": "CWE-829",
"name": "Inclusion of Functionality from Untrusted Control Sphere"
},
"discovery_date": "2026-03-18T02:01:35.207658+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448518"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Open Neural Network Exchange (ONNX), an open standard for machine learning interoperability. A security control bypass exists in the `onnx.hub.load()` function due to improper logic in its repository trust verification. An attacker can exploit this by providing a malicious model, which, when loaded with the `silent=True` parameter, suppresses all security warnings. This vulnerability transforms a standard model-loading function into a vector for Zero-Interaction Supply-Chain Attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "onnx: ONNX: Untrusted Model Repository Warnings Suppressed",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28500"
},
{
"category": "external",
"summary": "RHBZ#2448518",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448518"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28500"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28500",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28500"
},
{
"category": "external",
"summary": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-28500.md",
"url": "https://github.com/ZeroXJacks/CVEs/blob/main/2026/CVE-2026-28500.md"
},
{
"category": "external",
"summary": "https://github.com/onnx/onnx/security/advisories/GHSA-hqmj-h5c6-369m",
"url": "https://github.com/onnx/onnx/security/advisories/GHSA-hqmj-h5c6-369m"
}
],
"release_date": "2026-03-18T01:15:07.644000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "onnx: ONNX: Untrusted Model Repository Warnings Suppressed"
},
{
"cve": "CVE-2026-28684",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-04-20T17:02:18.205732+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459798"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in python-dotenv. A local attacker can exploit this by crafting a symbolic link, which the `set_key()` and `unset_key()` functions in python-dotenv follow when rewriting `.env` files. This can lead to the overwriting of arbitrary files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python-dotenv: python-dotenv: Arbitrary file overwrite via symbolic link following",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28684"
},
{
"category": "external",
"summary": "RHBZ#2459798",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459798"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28684",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28684"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28684",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28684"
},
{
"category": "external",
"summary": "https://github.com/theskumar/python-dotenv/commit/790c5c02991100aa1bf41ee5330aca75edc51311",
"url": "https://github.com/theskumar/python-dotenv/commit/790c5c02991100aa1bf41ee5330aca75edc51311"
},
{
"category": "external",
"summary": "https://github.com/theskumar/python-dotenv/releases/tag/v1.2.2",
"url": "https://github.com/theskumar/python-dotenv/releases/tag/v1.2.2"
},
{
"category": "external",
"summary": "https://github.com/theskumar/python-dotenv/security/advisories/GHSA-mf9w-mj56-hr94",
"url": "https://github.com/theskumar/python-dotenv/security/advisories/GHSA-mf9w-mj56-hr94"
}
],
"release_date": "2026-04-20T16:25:12.302000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python-dotenv: python-dotenv: Arbitrary file overwrite via symbolic link following"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-31958",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-11T20:02:00.687153+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2446765"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in tornado-python. A remote attacker can exploit this vulnerability by sending a specially crafted, very large multipart body with numerous parts. Because the parsing of these large bodies occurs synchronously on the main thread, it can consume excessive resources, leading to a denial of service (DoS) for the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "tornado-python: Tornado: Denial of Service via large multipart bodies",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31958"
},
{
"category": "external",
"summary": "RHBZ#2446765",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2446765"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31958"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31958",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31958"
},
{
"category": "external",
"summary": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-qjxf-f2mg-c6mc",
"url": "https://github.com/tornadoweb/tornado/security/advisories/GHSA-qjxf-f2mg-c6mc"
}
],
"release_date": "2026-03-11T19:27:23.380000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "tornado-python: Tornado: Denial of Service via large multipart bodies"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
},
{
"cve": "CVE-2026-32981",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-03-17T20:01:37.453284+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448440"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been identified in Ray Dashboard in the Ray Pypi package. Due to improper validation and sanitization of user-supplied paths in the static file handling mechanism, an attacker can use traversal sequences (e.g., ../) to access files outside the intended static directory, resulting in local file disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ray: Ray Dashboard Path Traversal Leading to Local File Disclosure",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32981"
},
{
"category": "external",
"summary": "RHBZ#2448440",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448440"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32981",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32981"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32981",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32981"
},
{
"category": "external",
"summary": "https://github.com/ray-project/ray",
"url": "https://github.com/ray-project/ray"
},
{
"category": "external",
"summary": "https://packetstorm.news/files/id/215801/",
"url": "https://packetstorm.news/files/id/215801/"
},
{
"category": "external",
"summary": "https://www.vulncheck.com/advisories/ray-dashboard-path-traversal-leading-to-local-file-disclosure",
"url": "https://www.vulncheck.com/advisories/ray-dashboard-path-traversal-leading-to-local-file-disclosure"
}
],
"release_date": "2026-03-17T19:33:50.107000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ray: Ray Dashboard Path Traversal Leading to Local File Disclosure"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33231",
"cwe": {
"id": "CWE-306",
"name": "Missing Authentication for Critical Function"
},
"discovery_date": "2026-03-20T23:02:37.298405+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449836"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in NLTK (Natural Language Toolkit), specifically in the `nltk.app.wordnet_app` component. An unauthenticated remote attacker can exploit this vulnerability by sending a specially crafted GET request to the local WordNet Browser HTTP server when it is running in its default configuration. This action causes the server process to terminate immediately, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nltk: NLTK: Denial of Service via unauthenticated remote shutdown",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: This flaw allows an unauthenticated remote attacker to cause a denial of service in Red Hat products utilizing the NLTK WordNet Browser HTTP server. The vulnerability is exploitable when the server is running in its default configuration, allowing a specially crafted GET request to terminate the process.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33231"
},
{
"category": "external",
"summary": "RHBZ#2449836",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449836"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33231"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33231",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33231"
},
{
"category": "external",
"summary": "https://github.com/nltk/nltk/commit/bbaae83db86a0f49e00f5b0db44a7254c268de9b",
"url": "https://github.com/nltk/nltk/commit/bbaae83db86a0f49e00f5b0db44a7254c268de9b"
},
{
"category": "external",
"summary": "https://github.com/nltk/nltk/security/advisories/GHSA-jm6w-m3j8-898g",
"url": "https://github.com/nltk/nltk/security/advisories/GHSA-jm6w-m3j8-898g"
}
],
"release_date": "2026-03-20T22:45:40.784000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, ensure that the NLTK WordNet Browser HTTP server (`nltk.app.wordnet_app`) is not exposed to untrusted networks. If the WordNet Browser functionality is not required, disable or remove the component. For deployments where the server is necessary, configure firewall rules to restrict access to trusted hosts only. A service restart may be required for changes to take effect.",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nltk: NLTK: Denial of Service via unauthenticated remote shutdown"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
},
{
"cve": "CVE-2026-34993",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-06-02T20:01:12.690409+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484099"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in AIOHTTP, an asynchronous HTTP client/server framework for asyncio and Python. An attacker could exploit this vulnerability by providing untrusted input to the `CookieJar.load()` function. This could potentially lead to arbitrary code execution, allowing the attacker to run malicious code on the affected system. This issue is most likely to occur in applications that allow attacker-controlled files to be loaded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34993"
},
{
"category": "external",
"summary": "RHBZ#2484099",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484099"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34993",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34993"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34993"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00",
"url": "https://github.com/aio-libs/aiohttp/commit/dcf40f30637e8752c76781cf6703b5a236749a00"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jg22-mg44-37j8"
}
],
"release_date": "2026-06-02T18:29:15.847000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load()"
},
{
"cve": "CVE-2026-39892",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-08T22:00:59.416053+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456735"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the cryptography library. This vulnerability occurs when a non-contiguous buffer is passed to certain application programming interfaces (APIs) that accept Python buffers, such as Hash.update(). A remote attacker could exploit this to cause a buffer overflow, potentially leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: Cryptography: Buffer overflow via non-contiguous buffer in API",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In default configurations Red Hat products isolate service processes from total system access. Should an attacker be able to exploit this vulnerability their impact will be limited to that service account and they will not have access to the broader system.",
"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 AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39892"
},
{
"category": "external",
"summary": "RHBZ#2456735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39892",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39892"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39892",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39892"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/08/12",
"url": "http://www.openwall.com/lists/oss-security/2026/04/08/12"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/622d672e429a7cff836a23c5903683dbec1901f5",
"url": "https://github.com/pyca/cryptography/commit/622d672e429a7cff836a23c5903683dbec1901f5"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-p423-j2cm-9vmq",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-p423-j2cm-9vmq"
}
],
"release_date": "2026-04-08T20:49:41.967000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: Cryptography: Buffer overflow via non-contiguous buffer in API"
},
{
"cve": "CVE-2026-40192",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-04-16T00:00:49.590876+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458856"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Pillow, a Python imaging library. This vulnerability allows a remote attacker to trigger a denial of service (DoS) by providing a specially crafted FITS image file. The library\u0027s failure to limit the amount of GZIP-compressed data during decoding can lead to unbounded memory consumption, causing the system to crash or experience severe performance issues.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40192"
},
{
"category": "external",
"summary": "RHBZ#2458856",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458856"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40192"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40192"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628",
"url": "https://github.com/python-pillow/Pillow/commit/3cb854e8b2bab43f40e342e665f9340d861aa628"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/pull/9521",
"url": "https://github.com/python-pillow/Pillow/pull/9521"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-whj4-6x5x-4v2j"
},
{
"category": "external",
"summary": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb",
"url": "https://pillow.readthedocs.io/en/stable/releasenotes/12.2.0.html#prevent-fits-decompression-bomb"
}
],
"release_date": "2026-04-15T22:53:56.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Pillow: Pillow: Denial of Service via decompression bomb in FITS image processing"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-41240",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-04-23T16:04:41.751666+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461147"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in DOMPurify, a DOM-only cross-site scripting sanitizer. A remote attacker could exploit an inconsistency in how forbidden tags and attributes are handled when function-based tag additions are used. This allows malicious HTML, MathML, or SVG elements to bypass sanitization and execute arbitrary code in the user\u0027s browser, leading to Cross-Site Scripting (XSS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "DOMPurify: DOMPurify: Cross-Site Scripting (XSS) via inconsistent tag sanitization",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41240"
},
{
"category": "external",
"summary": "RHBZ#2461147",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461147"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41240"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41240",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41240"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/commit/c361baa18dbdcb3344a41110f4c48ad85bf48f80",
"url": "https://github.com/cure53/DOMPurify/commit/c361baa18dbdcb3344a41110f4c48ad85bf48f80"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/releases/tag/3.4.0",
"url": "https://github.com/cure53/DOMPurify/releases/tag/3.4.0"
},
{
"category": "external",
"summary": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-h7mw-gpvr-xq4m",
"url": "https://github.com/cure53/DOMPurify/security/advisories/GHSA-h7mw-gpvr-xq4m"
}
],
"release_date": "2026-04-23T14:54:32.426000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "DOMPurify: DOMPurify: Cross-Site Scripting (XSS) via inconsistent tag sanitization"
},
{
"cve": "CVE-2026-41242",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-04-18T17:00:50.677423+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2459442"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in protobufjs, a JavaScript (JS) library used for compiling protobuf definitions. A remote attacker with low privileges can exploit this vulnerability by injecting arbitrary code into the \"type\" fields of protobuf definitions. This malicious code will then execute during the object decoding process, leading to arbitrary code execution and potentially full system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "protobufjs: protobufjs: Arbitrary code execution via injected protobuf definition type fields",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41242"
},
{
"category": "external",
"summary": "RHBZ#2459442",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2459442"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41242",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41242"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41242",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41242"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/535df444ac060243722ac5d672db205e5c531d75",
"url": "https://github.com/protobufjs/protobuf.js/commit/535df444ac060243722ac5d672db205e5c531d75"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/commit/ff7b2afef8754837cc6dc64c864cd111ab477956",
"url": "https://github.com/protobufjs/protobuf.js/commit/ff7b2afef8754837cc6dc64c864cd111ab477956"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.5.5",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v7.5.5"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.0.1",
"url": "https://github.com/protobufjs/protobuf.js/releases/tag/protobufjs-v8.0.1"
},
{
"category": "external",
"summary": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg",
"url": "https://github.com/protobufjs/protobuf.js/security/advisories/GHSA-xq3m-2v4x-88gg"
}
],
"release_date": "2026-04-18T16:18:10.652000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "protobufjs: protobufjs: Arbitrary code execution via injected protobuf definition type fields"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via 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": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via 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": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
},
{
"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 AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T04:27:13+00:00",
"details": "For Red Hat OpenShift AI 2.25.7 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 errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:24977"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:95ab25a033b57755fd6624c82d2e37afa40194752c286f731f807e7932a8cc29_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:befa28e03956fe8f135c850fc8ded8b210d5e49038812401372c5ee2baee73fd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:c862c438f0b599236898f66e8927baa7faa7a7fa456024f692f3bc90210b7c0b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-built-in-detector-rhel9@sha256:d8cd5ca31bca804aaa3ebd9c288efb22eb8856194715cc8886b53433fc7b46c9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:22ae54f7efd72ad25e989ddbb2e7d828f9eaa16a0244d9126f0d2b33e5a7d4de_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-nlp-rhel9@sha256:8bb6c2b4d5531c2d299bf90664014832287731471d984ab4580a5c033068e043_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:2559416f6e5167bb63aa5fe90df0b4948ac6517bd77f4c2e9b4bdff6204d8fef_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-caikit-tgis-serving-rhel9@sha256:34a65b788895f60a8d93573acbd1805e8753a2cd94e3b9fe95b5e63c4b54fcab_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:86f1f7efda5afd6b43584388b0b1b7b11886e77945413eee5889aa975bba7ce1_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-codeflare-operator-rhel9@sha256:90889e887292f9b382b7a364e0e53e909a06286b6fe87672507770a3565e4a64_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:0225c8edaee35bc44e9991179caa5b878dcdd52243f79e21cfc39604708d714b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:2868a647b53478b49a2e6556aafa8c4b7d0f27baed0c03a41355f1c4217d482d_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:34e2a0b9054b48f28e499442753f8b6fb9479b5cdc50ff049acc4a0d7a10e931_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:5fa86695d06f5aa16ac95ef09d886274a93984cb98fd579c3cda2858f416e3e4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:318637e7a6fa35eb4d5fb867c1d1077052b1729c8938167b15c3ff0884094acb_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:3d3d1e5f1b14b7c63a0f5cc33dcaeff32dc7960e4a7afcf1296705b79d65c918_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel9@sha256:43e659d533e800f94fdc120d339ada563d571d7e0054e1490f3c2f32336a843a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:2971d2419d0427c4c33d902346bdd3b7da4fafc6db48aa8627029b41b3f0ef6e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:809378217dfed9f39386202b29b91bb5551199595ce3008172a296bc9b3b3fd7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9@sha256:dd77e1981143b83b7d45618762089795373a807c52eab5d82b439870b4807168_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:2aa7761c2ffb22bd4f4d7ba2784a4aa5d0f14bcad209c9b75b3a77cfd927007a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:e299134eb54d67fd31c15a9da28523be4a1a9e07b9cf4ac31af58f2761463eaf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel9@sha256:ff33824d4ff239d76c7c10cfebc1291027bc2ce9a57a46dc5b747760bc073b4c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:2a96e5c3d4dfba5a5a37ea2c849f028cee9682776a24cf36a420a699071d81d6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:ad58cafa06f520a74e04780806c0502e6c1fc435582bd55c51959c22fab4a908_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feast-operator-rhel9@sha256:b1e8c2971a51c5f302c12814b8aaa543db555b95683be56e8f391d2561c2fa5e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:c510b7c774ea1af28f87bc6fcde10d9cf850fa758bffbc8d7b8059d607265134_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:d81343eddb16f8557b2602f4c155185418f586288c6c408bb8526b45fdb41a81_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-feature-server-rhel9@sha256:e7ce8f715192fca89c84448d1777f9f399bf86fac2268718863362742c8bf11e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:4d0742258b427b2ce0cff065af53114dce37a57e33528f66b4cea31af10e62ba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:568ca1f51eb1da8fc08a677f53ee0ad76aa7556c6cad97c195359569814b047a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f3b2a7523e814a2d3e4d8900ce9e733b782d0ae37572ecf539fbc04384ae654b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-fms-guardrails-orchestrator-rhel9@sha256:f9a187d45c340fde9367072635353f22a3eee418828524ecaaf95f6abc129d76_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:19c82d0aebfdb212a524a0431b8f7fe9492e56fdf2941c14fc34feb16162659b_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:1f93f63d3e617564ef843f74298224162eb67a83d50baf2ea27bfabcd6f00650_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:aca0f918e8afa065dad9f32391f6a43f4234704af1280062d61b33f25800b5d9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-guardrails-detector-huggingface-runtime-rhel9@sha256:dd3b6a5c3c43042d919952cb5837998c4232c29a2e897be73644798ae2d4a282_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:4605ca5e5c2c77c78bdc15b2ec360ed0784d1a042892509c1ea93ccbc89e3c77_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:52d92d90ca12e7efc150fb08bdc3578af76fda3d5191f88428c54e7d72db09ea_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:79cdf07f540764345124dbe7aa5000adb7f3a916ecd9bc1dcc6f79e1569b6f8c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel9@sha256:814913f976cfd818debfb972111cf203a7f96340aaf4d13fe2d7817468881adb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:12fff3b4377e78e2cebe0c0366e76d512d7ebc1c6f38a1e083833ef5ef843036_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:66577b1457350444134578e9d68a631822adbbef70bf1f8a2905bc1446c7c5a5_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:913430941b47c3a8a2eac0ffbf005382813d99f69177223a4875ac84539780ca_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-agent-rhel9@sha256:d00ce895a331962312bb89b837afe919841924fc2fe3dd3da706af433f584c93_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:3d9f6aad17baae70b16a96ee442a95ac252126655dfc9cefbc17e1a2c2885b2a_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:5d64a10d96c181a1e42f9bb77f6cb67a419a2789d0d0e1504502695c089aea93_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:ad3c8d37103f393810f5eb1d0626212099ea8bf3ae462fd0dbaa3481b2a5d8e6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-controller-rhel9@sha256:b8e308e0d8348cf953bc4ca3e567a28d4f8a4f6904962067fa2044abca7ce5e9_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:7542b0493f16c2e19beadc170ac3b9ed60f6a83817620f1d3b7bb7f792f59719_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a2f4663fa079243980a54bec6030a87dfc7c82a3b4786a973305070dc679e6b2_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:a3eab45d2ef2e1c46c552a18397bd127838956124d18dcbed20caccb90492fad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-router-rhel9@sha256:d830496a832733d735ab7934c5c90d4148a4f24c09da69a6b7012f5fa9c5050d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:41fd37da638abc828640099d168a6119ee2bef46aef17a7ae00b19d9055a9458_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:63ff2c748fb815bb272563a95823018ed7db8dc32029a658508d6be8807915ef_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:a0e792ee85851455eccdd6f5f103de9f8f2bedb767d14b5faea98939c57d291e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kserve-storage-initializer-rhel9@sha256:c875d79ee43156aeb79f02402d31024f551ae5691283f64ddfc974af4f9f451e_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:d16c499e55fe310dc8fe4d98f406398d39a9b3e9765df0b95f3271915b6d2243_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel9@sha256:f8bada31226ce11c6757ad5fec079be457beb3d652993439afe3705b941f36d8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:6050e7413d328d66e6a813e7dfffed1f896b73348a4c1f3ce119730834202242_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:909caa8be784570ba5c50da8cc518a642ca5479d3766b93fcda6024522a8ec09_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:a62f2fba314153f8c71566faa7c7a5937a2675395611bef34f061f5c2624d6b9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-kueue-controller-rhel9@sha256:ad8cbfdba224f4614e16beec20efebc985749ca9437d58c9df319555a9a7af71_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:51239e7a90da277d5350a1e90406c50f289a5b8df597ccadf5900c255a7877e8_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-core-rhel9@sha256:d7dc6111068ce7b85db1420a36a5100aaf3ac47742d9106b8a36451416c38cfc_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:5de43c242173fa583dbb234ade1e915cb03addeb14210e20f727713f888e9e5c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llama-stack-k8s-operator-rhel9@sha256:fd4cd7da6ed9609c3599c9818b2e4206d53a0a67e5fd5d26b3ba27c3dc0d4401_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:e55820d26dabfc14b70947d317f85ff0ac19aeaf41a025ac95b3749c31a7e6e2_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-inference-scheduler-rhel9@sha256:fb6496fcb4bbe74beedbf4257bdc854d8e8b7803a7a89751148d4ad5a1c5dc7f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:0666335c7f0d1c91f69c2cfff605746a4956e064d3f9a53744b906b19faf35be_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-llm-d-routing-sidecar-rhel9@sha256:54c7f0e59c08fe54499752de019ed4af09a035b6d177face3fe4fddb9afd63cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:1bf08d05a0da3829300d42aef1732f302297866b985d0e62f3f0a23c1d7e409e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:4c6299fe12eb08a231c8a8e47a72bbf524cf789b4920721653ad165a997a1da6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel9@sha256:d3ff9ba1bca35af8266b354fa9d1df3a016927c3de88a7fe6e54dc65bb0d3c6b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:38d33ad70873ee143d4d705cce7d5b6592b673aa55c9a043878e8d08bbe36f29_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:455518d1ac36ade6e264f02b4549bb0c83c61d8e80f27607c97fb5d28a207d38_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel9@sha256:df63b1d6ef84df0f7821710984f97917204e71efb58e96b1f08a82d5cf9bf9cd_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0eb833c27c33e10be0e5bece4d4ea8d7ffc8d9d56d573d7f398383ac1b7ad15a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:0f5069cd3ba8982acb0e40d2fb678f451a5794e069b1bdc5a48aa8992b914a2b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel9@sha256:def7a74da2ac31c55e15c11726ace34d438ffcfeacc953c4eaee681e958a0b51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:690f2987a7ff711eca755d80bf60a06ad69415a2f28fed365ec1c3e3c58eda22_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:b8d4a06057809525b8307e6391ea3f54166f5cdfaf622d0c72d8f74e981b150b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel9@sha256:d6325420c10471b3fb3255354f4699a6e8c030a609e3d253bd7b83fc258ffc6a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:79c0ce2df3b3062d7716c092cb07377ef9eb102e64159757de788a016ec6f0d4_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:a27805f4d6bf95e4c158f165efe1f8f39b07f0b29f631e6ba1b0983af4b9eac5_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-runtime-generic-rhel9@sha256:f7b005a4b20cc017a9bcd8402e6fccc1798a3624d2e045c4571a661253df9299_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:009958fbaa602b922e4fae070e2fa9c488c1c3933fc61739eb8d2eacaa8052fe_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:7595b4a7bcca686be2fd8780334067e245d89932834952cb5f3a671d1f1ac0c6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel9@sha256:ace07a159c9274b4f2a4e57177e2583518fc6dde0d757cd43ef1eb84be03f317_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:50c8907ab19743878d5eec02fa26f4235cbea0a29fda67ae192d5a8bbe1a7149_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:932e07d0ef7472691680bc0e9061356770ea95a5d75dcddde1ce029fba93b87e_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel9@sha256:ccd41f4ba5b68c0d9508d8833035eec058fc05dd0accafedf4c06f4836d1b50a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:4f2dd7ad45b8c5e71e641b7a26f4283cd51429ac2340772f299e83cd28e235c7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel9@sha256:6e7b599bc0d1637d973dede6949c4fe3fc6fd514669789cfb448b308b7c4c17f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:560a4ddc58b23f3b39f7838f3a1569445b47e1c89d6ca7923b85155b5550911b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:707222d421b8b34b71cb7be17c3f2428b323c0a8479288da7edf7f00d67c8e25_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:7b713658a0a5b8d0e56806204257ecaeec6ae7b878af1299d5c28dc629a0a5f4_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:91ec482267644a7f106fac41d4bddc6d7b2f417034225db36237819a02424d77_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:290037272ba5d56106596f574078acc4dc754b9b9ab6968d1395d42cb39a23e7_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:47ff29caedbf338c98a7677c6f77e69d1b18df6c49ec3d718f429043630e4aa2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:89562774497b26158ea906f20fa5c44d66f6e5b5b98c278675db48ae302a5d23_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-controller-rhel9@sha256:ed00e7368a8d3a1351fbfbb428dde66227c42921b98c3bad358a670481b9a473_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:bfae2dc5d5931ff306c9960f12c2bd63eb989ea51c230992dd45c2eba070a6ad_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:cc299781361630e38d48fbcb75be2ad833311fe0426a32093fc6470e10ee37d7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:e1f98bafa3fa7df17614f361bfc3d020abb0d5cacf260ce69a6206acc2327987_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-metadata-collection-rhel9@sha256:fce25466d37d0b61bc629837d81591142013cd0fe299f25288391fc8e764a483_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:017901436a1a8f895ef30dcc74aa0e76fd5073d7f4228ab15a7b760c83681ff4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:60b407ae0868e3e6e061ddda94585200404b2c90545a3cef57e110888101f931_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:bb06c01ed29e1c7cbb85f565ed9973d4a6f333b63e248a345255beb96161a1c9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-job-async-upload-rhel9@sha256:ff6553636a4d07c828f5a3fe8eb22bc479be00bcc6dbeb8c850acb46fedc2a51_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:792bbf2ae5958c3318bb1b95273cb6f06bdecd1317f8e4bbdece4398e21e05c6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:9e315d80fcbc41b6f92e15d8e60ff248a2f99c3b9f44ca17829dd521dc1d809f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:e3069a1328ca40fb604be2971e89671ac84ab7d5d0011ca64dafddeba35a2fd6_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-operator-rhel9@sha256:ef01f8d67f8902801082f1150c759d9f2a091d8eaa578c677f7914341d966638_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:4051352a865047fd16f539cdc800c6a2aeae2770fc170d78e496572d1a81af04_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:5073aa0460d5907ee3c4472429a38e6b593475c41182ede99a90303c43f54f53_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:7d43cc50598cf385389390488f4d8ff62ab8cdf6377a754fe0356926bb7087a4_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-model-registry-rhel9@sha256:e3ac3fff38987a12da01a2db3d7cb50e4571964ae320ef471570b444c68b7861_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:547db02ccc1a2dc941ec9ee6b07195197cc96c167067fe28d6fe9d8592f7e4ce_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-rhel9@sha256:6f4c1a5f4f57eff6a234672fc225538be92be8fe8e99383060f101728a02f10a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:bab8d514f884640433da2a9cc4a073a579d623d85934bdaaa0003a9c8453e59f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel9@sha256:f9f7586b27642d05f380b67f8755e992415bc9345a67e1f73898494aef0d679f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:0d79093265a6ac7c9e176efd4dc6369bfd5f424773bec5cf3adbd30625ca8064_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel9@sha256:a7f58779a1a58096c607ea27ef7f87ec972c873c10302cfaccbaba490e369151_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:773c2e47a9cabce118fd8b9074b0ddd4361374cd4243b5174e12a231accedafb_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:a626a76c5637ce3d5e5b70985b42a8c5a8e32ba19c17fbbfeae369ca5a94e796_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:d65cdf560f1eacc0218ef1e5c707b05ecf5c94c149849342c29351f52dc73920_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-must-gather-rhel9@sha256:e0993279aab3ec527b7576382e164722f5161c0328cf906dea01c06dbc456f74_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:6fdb44086b3ad355ff64202cb63c6680aa7d335f84e5cfdb9fa2598a2c47814f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:c0b05bfe38b2ed7530bb46c1687a062b4b9369e90daabc446088b59ef48bce76_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:cf08e86601108a3dc28430a6caebaed623362fb62df234a6d2f84357aa13bd79_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-notebook-controller-rhel9@sha256:f4064275b736cb0e1113db9606d7203cfbf8b34987458da02e13cd3380397c60_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-openvino-model-server-rhel9@sha256:73e83fdb2b892399808240425720a45e3f3e98074c0eae4a25e304124b9876d9_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-operator-bundle@sha256:d6e42016a7fc3bfebcf2626faa3531505fa3c8eed551c20768378649cc89956a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4d39465bad0e51aad75a174d9946e1bebf34cb9bd98cf22dad6cabef4b59fdd9_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:741d5e212eb48063bb655fb6a5c66438d96574be0c68c63b753725fd8474a2b0_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dd929ecd9b36c5b498ddb8301c014d69c36918d53cf2cf9e35715c633f6905ba_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:dea55d36eccedd767497c23144fbe8fa038b281e59478b13544c8beb6724dd59_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0642ee244553b27b22cb07b7b6cb16fc84d296faeb21b306d17a799d9db34189_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:3a617bde805cc16d14d2d58349136c038bea1224b1ed1ff37243fbc637caabb2_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:58e5da4c552ab690457325280cbf24ef2ced6c1ebba75b04580405d89594ed13_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:739c9839b2868644cd710aa0bead345fe06c90a52ca6994546294d8f178c5453_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:f35ce6caacf4e34d8301f1867c67227cbafdcf76abd6588b09df7960a55ea869_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d34129a713ff030c034b5f927194119bd8f1996c1d84672f60d28171e048a294_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:b75982d4c85727d268ea2a4d29cbed9c8f1566bbf466dd88fa4072694b0c2c97_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:90b3ffe6ba5b453a0b6ab631f98a16fc12dff81f9dd2c96a222e55b6c643beea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:a0c33f52e1a2eb31cc3ddc45822256d65a4d9c3d8dc0b05253d746e48d263f4a_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:4312d53644101795af8575934ec1d78ef2e2a2d21c257aeb6ef588b7fa806b28_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:96df2dbb928da1bf319c547653a27ea1afacb457e1871e2dda0eca85432c4801_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b46b94913c4ae9611197721ed67f645570d399f2c8c75944466a0be3d061d39b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:b555527eea760de80d7fcf1fed41e10f27025edee9a662498a7bbf9c471710b0_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-rhel9-operator@sha256:f581e73050422bd319066446f69b34938e38df3e3e0d0bd0e6715c8f5ae01d09_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:60db48641b5c4f82954ca620c3e0903900dd6aae225b2b046906d63863fac788_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:860d791c09d73bb994897ac6f5cbb5f6f99540184ce2aba600e72beba23af217_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:998002d079c1ba5444a5fe2193d0206e73e6626e29156fd71cc781b5971cf1d3_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-driver-rhel9@sha256:c283d1b3ab1fcd3d523e355eb3c825d7efcf40d117c32260344dca2043d34a14_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:15f93ed89b2267850cc3c63027677efb4bc47de97da5a59afefce37aa3d9e23f_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:3124ae5780d23ec0866bd5dea471a4aaa2cc3197dff4eb6fbd83ce72a4f257ef_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:33c4c74ee6084497b107500b7ed821f5c153ddc7b6603ca6599b696911b2750a_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-ta-lmes-job-rhel9@sha256:9bf99ec4ffed5560408e38c6f1b18c4ff83318cbf2d248af06e4d20e5cf69191_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda121-torch24-py311-rhel9@sha256:d12d687263cb114c09b4ec5fec7d60822b9ed36c865413e2095c40cfc0e5f658_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-cuda124-torch25-py311-rhel9@sha256:e6099eddb032b31b6d3fd50ba59a05def8297b9204f82988d3e62ddc543e293e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:72fabbc30d664b1fdcfbad0fb4a13fc1d81321526500e7f3fd42ec2fe4ace37a_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:8d530240657f941bac38f15b586b831810108a746f5700f55a7437b26c02967c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-operator-rhel9@sha256:ec9a0363ab255eb588dd92f753da9bd4b8ebd2e9e2901d87ba1ffe19ee84551d_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch24-py311-rhel9@sha256:8789403bede367ed1348ab58b769e05ab75492f7a7638dd2d663ca35cd9b21e8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-training-rocm62-torch25-py311-rhel9@sha256:1e85f20b866533bc8845950a5af025d1760899a7640a18e1a38d7a27cc54011f_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:38fc3fd516248c1c478a14064804269ad065e58f4278ef2fa838b710647b821f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:91c704cce924eb614f8b1afab0d5861f21eec700b6d8effea554d204cf2ef601_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:b26b3f59015a919bafdf03dc0aedb8a061a37dbd4812dd210b88f6cfe9711708_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel9@sha256:c8b782d9199ca3732ec36f315f6a21c8ada2e67e81ec8990db321d037a528aed_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:4fd9d4214219d8828511bb5c04a5d4b39c4db7dd81ebd1ad4c4d82eecc906c69_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:62a275f7fb6be72fc05c7c9fb7a48f93e0cab8497d1a59f7f7f25a58038133db_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:9935685b796cd4c34a767b0a35bfb18708742e3656965ead0f752bbc35b813a6_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-service-rhel9@sha256:e4c7a27a5e275844b1a8259e9189e4183b7805de3586f9d01b0d79490d14d41b_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:1686936dfad773746499871f7131ba3eca04fbce745ab106ec80083d17540d3b_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:508143444a59372aaef12d6f550c9eb0e91c99524985738aef5d90e8c382385d_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:afeab7cf8bae77de676bb5f65796ea2d7971e5c3b1d7db46a29f48d6275e9dea_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-trustyai-vllm-orchestrator-gateway-rhel9@sha256:d127360bef7a6e285a54bf100b3b23138c566da441c56d435ec8ddc73a89ff3c_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d4cfcf8c93552c780a7f7756d307953a4b8195eaf5a2cea198db1eb40a577ed2_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cpu-rhel9@sha256:d6546244ecc2911078bed1d0924a585579257438644323ee97fcf2528835afba_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:1af375839589b82cac870d61ddc648406c75b3ad904a0f9723975ffa66559823_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-cuda-rhel9@sha256:c8df876b659d8382e024eba5d85a6aa94120d32a65ead0b8dd1452865e2ca2cb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-gaudi-rhel9@sha256:281b9d7c85e6dcac3f06dd21c70a691767a62eee485e83ed0d5ef9785d630c3e_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-vllm-rocm-rhel9@sha256:0be4707bcd54ceb0a88497d1cbbc6a332c5154de5230b5fa2f8d1af11b43a777_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:337b805014104293f51cd4e64706b74e7214abb3049a6c63c6818aa30bb79a8f_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:546144504cc53fcbd7c8ded2b7e86668c17d0b4a9444ba998c7a326891bbf0f8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9@sha256:d8f8e5e39d285b531df942bd41ec94f234fa0dc9325e158517f893748e265a0c_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:128879eb003be1d01c721bba289d2fce6adf74695c738247076704fd461a3fc8_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:31831d410585a66281ad4521fa4c2fcfc0abedf20986b43c195ecb580ac3c040_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:82a0ed6dcf6e7f7ac5cb2572105ed8a3891504b6cb9733c30087919ca9d4dae7_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:8d725fe4ebbf2d59630cc629adf7e5818553aeb6251cb05b6ada693be881d7f6_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:516ef413bcfd9c8816bd5f82a06fd516eb2ed135718dfcd8bc59751c210a30bb_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:776f63b547a5698a611f0af74448da1ffd6beb6a7767db040204acc5b66cf4cb_s390x",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:d2fd8349c5abceb9eb55f6ed954f96d60dec2e5f1bc037204ebc6dea0d75ee9d_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cpu-py312-rhel9@sha256:e059836bdb195f58036ff181641b6bd04f5e4512d1ab68988d0e162491a47a16_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:5aca0bee303ba0abcff12fe7c499eceb3e73203cf8e61165141acb33b7d6a1ae_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-cuda-py312-rhel9@sha256:c7f4b1c8440bdc1e449bc216e3e562ceadebe5434b162ec14fa7e2798d0b041b_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-minimal-rocm-py312-rhel9@sha256:a041596b2e646b2f089dcfc574eb105449ba1e209fb10e20e1922b97b68a1762_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-cuda-py312-rhel9@sha256:437912f0096b22a9cc2ed70ef85f36e4c95c4af502f51c447e0fd5e93138f978_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-llmcompressor-cuda-py312-rhel9@sha256:2b8600182a04936b9c479c585c4e95d72574cbdfe3bea0571b4620db66865004_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9@sha256:5c7d03c6c8a719928aa2aa2617cfa96bfb243b46ce2129785b540efc0db36f35_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:1b2fab74fd60d270518bc5efa3cb726c6538afe5ecebce765ce351dbf6e9d855_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-cuda-py312-rhel9@sha256:ddcaa43cea9580926436804fedc1d3add96e0c76357f6e728449cef7e0a51c16_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-tensorflow-rocm-py312-rhel9@sha256:3b6c51bd4150a564db37acfc7cc7afc1eba598014725076c9327e9f50ecc7f63_amd64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:08f57b4e50964b7340b30dc29271d3ac8d0adb6ddb59cc05413f8c56a4589d21_arm64",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3bfab4583a488cec61a29f72327c6bc118fffe342dbe4ad37a3d09c6eef589bf_ppc64le",
"Red Hat OpenShift AI 2.25:registry.redhat.io/rhoai/odh-workbench-jupyter-trustyai-cpu-py312-rhel9@sha256:3d0bb5184b0193f1527ec754c8ab20c1862876a939e7cae5a83c8b841172faf5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
}
]
}
RHSA-2026:25041
Vulnerability from csaf_redhat - Published: 2026-06-10 09:42 - Updated: 2026-06-11 18:14A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — | ||
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 | — |
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution "Gadget" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_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": "A new version of Migration Toolkit for Containers (MTC) is now available.",
"title": "Topic"
},
{
"category": "general",
"text": "The Migration Toolkit for Containers (MTC) enables you to migrate\nKubernetes resources, persistent volume data, and internal container images\nbetween OpenShift Container Platform clusters, using the MTC web console or\nthe Kubernetes API.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25041",
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42044",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/migration_toolkit_for_containers/index",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/migration_toolkit_for_containers/index"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25041.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Migration Toolkit for Containers",
"tracking": {
"current_release_date": "2026-06-11T18:14:48+00:00",
"generator": {
"date": "2026-06-11T18:14:48+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:25041",
"initial_release_date": "2026-06-10T09:42:41+00:00",
"revision_history": [
{
"date": "2026-06-10T09:42:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-10T09:42:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-11T18:14:48+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Migration Toolkit 1.8",
"product": {
"name": "Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhmt:1.8::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Migration Toolkit"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-controller-rhel8@sha256%3A0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-controller-rhel8\u0026tag=1780591271"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-hook-runner-rhel8@sha256%3A3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8\u0026tag=1780482702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-log-reader-rhel8@sha256%3A6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8\u0026tag=1780591182"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-must-gather-rhel8@sha256%3A10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8\u0026tag=1780591197"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-openvpn-rhel8@sha256%3A939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8\u0026tag=1780591158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rhel8-operator@sha256%3A2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rhel8-operator\u0026tag=1780812090"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-operator-bundle@sha256%3Ad464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-operator-bundle\u0026tag=1780812429"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-registry-rhel8@sha256%3A937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-registry-rhel8\u0026tag=1780591225"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-rsync-transfer-rhel8@sha256%3Aadabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8\u0026tag=1780591183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-ui-rhel8@sha256%3Add0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-ui-rhel8\u0026tag=1780590717"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64",
"product": {
"name": "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64",
"product_id": "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-migration-velero-plugin-for-mtc-rhel8@sha256%3Ad7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361?arch=amd64\u0026repository_url=registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8\u0026tag=1780591199"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64 as a component of Red Hat Migration Toolkit 1.8",
"product_id": "Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
},
"product_reference": "registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64",
"relates_to_product_reference": "Red Hat Migration Toolkit 1.8"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
},
{
"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 Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"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 Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via 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": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via 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": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
},
{
"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 Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
}
],
"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 Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
},
{
"cve": "CVE-2026-42044",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:13.418725+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution \"Gadget\" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"known_not_affected": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "RHBZ#2461624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23"
}
],
"release_date": "2026-04-24T17:49:49.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T09:42:41+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.",
"product_ids": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25041"
},
{
"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 Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-controller-rhel8@sha256:0cba0be1e3a9b2372a3ac886ef4eab4df26477dfbc6c05cfb1a777cffc140cae_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-hook-runner-rhel8@sha256:3627ad1ad96e923f1df9351be45f577c3626337a7ddb655dfca7b37f072ce9cf_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-log-reader-rhel8@sha256:6ad18683cca4a6f3d79b01ef2cf77d14d5759513de664c885d0b0ecf806a127d_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-must-gather-rhel8@sha256:10353c1f0701f08fedb59a293cf9ac047142012f8970e45d43a235df086394d8_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-openvpn-rhel8@sha256:939aea38e821fdc02d57e36a6b29e8bee99cfce482cc4203a8f4c3b64229b123_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-operator-bundle@sha256:d464ca3699dbfe6a89d96bccc0816b531ec84d61bdf44ca99a29e562787f9889_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-registry-rhel8@sha256:937e190c974b9af97313524516e02f04adef637df5de3e3a2ff502e5e135c3e1_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rhel8-operator@sha256:2c4a1b84c4a428102ed984cd565e3a2c3919cef093c7bab1f7ec0e2b4a3d8155_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-rsync-transfer-rhel8@sha256:adabb068c94f2fcefe7d8924563a5a5d0fd32217bad330416d755de507c69334_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:dd0b544f95487c18174c922d7b0d979a457e84479bf93549bd152d2477f124bb_amd64",
"Red Hat Migration Toolkit 1.8:registry.redhat.io/rhmtc/openshift-migration-velero-plugin-for-mtc-rhel8@sha256:d7da58f4a2ec52d420426957cdf640d589016db80ca8769fbfedadf17c735361_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget"
}
]
}
RHSA-2026:25089
Vulnerability from csaf_redhat - Published: 2026-06-10 15:39 - Updated: 2026-06-14 21:11A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in org.eclipse.jetty. A remote attacker can exploit this vulnerability by sending a compressed HTTP request with Content-Encoding: gzip when the server's response is not compressed. This prevents the release of the JDK Inflater, leading to a resource leak. This resource exhaustion can result in a Denial of Service (DoS), making the server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Eclipse Jetty. The HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used. An attacker can inject crafted requests to manipulate and trick the parser. This issue can lead to security controls bypass, cache poisoning or unauthorized endpoint access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Eclipse Jetty. The `JASPIAuthenticator` class is responsible for handling authentication checks. During these checks, the class sets two ThreadLocal variables to store authentication state. Under certain conditions, the authentication process can return early without properly clearing the ThreadLocal variables, allowing a subsequent request to inherit the un-cleared ThreadLocal values. This issue can cause broken access control, authentication bypass, privilege escalation and data breaches.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator (URL) containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization, leading to distinct URLs resolving to the same internal path. This could allow an attacker to bypass security policies that rely on path-based comparisons, potentially gaining unauthorized access to resources.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Spring Boot. This vulnerability, an authentication bypass, occurs when an application endpoint requiring authentication is declared under a specific path already configured for a Health Group additional path. A remote attacker could exploit this to bypass authentication, potentially gaining unauthorized access to sensitive application endpoints. This could lead to information disclosure or unauthorized actions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Go's `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in io.quarkus:quarkus-vertx-http. A remote attacker can exploit an authorization bypass vulnerability by including semicolons, also known as matrix parameters, in HTTP requests. This allows bypassing path-based HTTP security policies, enabling unauthorized access to protected endpoints. The vulnerability arises because Quarkus's security layer performs authorization checks on the raw URL path, which preserves these matrix parameters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Spring Boot. An attacker on the same network as the remote application may be able to utilize a timing attack to discover information about a remote secret. In extreme circumstances, this could allow the attacker to determine the secret and upload changed classes, leading to remote code execution in the remote application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Spring Boot. A local attacker on the same host as the application may be able to take control of the `ApplicationTemp` directory due to predictable temporary directory handling. When the `server.servlet.session.persistent` setting is enabled and the attack persists across application restarts, this could allow the attacker to read session information, hijack authenticated user sessions, or execute arbitrary code as the application's user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Spring Boot. The `${random.value}` property source utilizes a weak pseudo-random number generator (PRNG), meaning the values it produces are not sufficiently random for use as cryptographic secrets. An attacker could potentially predict these values, which may lead to information disclosure or a security bypass if they are used in sensitive applications.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
|
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution "Gadget" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
HawtIO HawtIO 4.4.0
Red Hat / Red Hat Build of Apache Camel
|
cpe:/a:redhat:apache_camel_hawtio:4.4::el9
|
— |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "HawtIO 4.4.0 for Red Hat build of Apache Camel 4 GA Release is now available.\n\nThe purpose of this text-only errata is to inform you about the enhancements that improve your developer experience and ensure the security and stability of your products.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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": "HawtIO 4.4.0 for Red Hat build of Apache Camel 4 GA Release is now available.\n\nThe purpose of this text-only errata is to inform you about the enhancements that improve your developer experience and ensure the security and stability of your products.\n\n* spring boot: Remote code execution via timing attack in DevTools remote secret comparison [CVE-2026-40972]\n\n* axios: Invisible JSON Response Tampering via Prototype Pollution Gadget [CVE-2026-42044]\n\n* spring-boot: Arbitrary Code Execution and Session Hijacking via predictable temporary directory [CVE-2026-40973]\n\n* io.hawt-project: fast-uri: Path traversal vulnerability allows bypass of security policies [CVE-2026-6321]\n\n* axios: Authentication bypass due to prototype pollution of HTTP error handling [CVE-2026-42041]\n\n* axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data [CVE-2026-42039]\n\n* axios: NO_PROXY bypass via crafted URL [CVE-2026-42043]\n\n* axios: HTTP Transport Hijacking via Prototype Pollution [CVE-2026-42033]\n\n* spring-boot: Weak pseudo-random number generation can lead to information disclosure. [CVE-2026-40975]\n\n* io.quarkus:quarkus-vertx-http: Authorization bypass via semicolons in HTTP requests [CVE-2026-39852]\n\n* jetty-ee10-webapp: early return from the JASPIAuthenticator class without clearing ThreadLocal variables [CVE-2026-5795]\n\n* jetty-ee10-servlet: early return from the JASPIAuthenticator class without clearing ThreadLocal variables [CVE-2026-5795]\n\n* spring-boot: Authentication bypass via misconfigured Health Group additional path [CVE-2026-22731]\n\n* jetty-server: Eclipse Jetty: Denial of Service due to unreleased JDK Inflater from compressed HTTP requests [CVE-2026-1605]\n\n* vertx-core: static handler component cache can be manipulated to deny the access to static files [CVE-2026-1002]\n\n* io.hawt-project: prototype pollution in _.unset and _.omit functions [CVE-2025-13465]\n\n* hawtio-operator-container: golang: Denial of Service due to excessive resource consumption via crafted certificate [CVE-2025-61729]\n\n* hawtio-operator-container: Memory exhaustion in query parameter parsing in net/url [CVE-2025-61726]\n\n* axios:Arbitrary HTTP header injection via prototype pollution [CVE-2026-42035]\n\n* jetty-http: HTTP request smuggling via chunked extension quoted-string parsing [CVE-2026-2332]\n\n* hawtio-operator-container: Go: Denial of Service vulnerability in certificate chain building [CVE-2026-32280]\n\n* hawtio-operator-container: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application [CVE-2026-33810]\n\n* hawtio-operator-container: Go crypto/x509: Denial of Service via inefficient certificate chain validation [CVE-2026-32281]\n\n* hawtio-operator-container: Root.Chmod can follow symlinks out of the root [CVE-2026-32282]",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25089",
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25089.json"
}
],
"title": "Red Hat Security Advisory: HawtIO 4.4.0 for Red Hat build of Apache Camel 4 Release and security update.",
"tracking": {
"current_release_date": "2026-06-14T21:11:44+00:00",
"generator": {
"date": "2026-06-14T21:11:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:25089",
"initial_release_date": "2026-06-10T15:39:02+00:00",
"revision_history": [
{
"date": "2026-06-10T15:39:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-10T15:39:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-14T21:11:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "HawtIO HawtIO 4.4.0",
"product": {
"name": "HawtIO HawtIO 4.4.0",
"product_id": "HawtIO HawtIO 4.4.0",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:apache_camel_hawtio:4.4::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Build of Apache Camel"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2026-1002",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-01-15T21:03:20.088599+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430180"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows a remote attacker to block access to specific static files, such as images, CSS or HTML files. However, the underlying Vert.x server, the API endpoints and other non-cached resources are not affected. Due to this reason, this issue has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "RHBZ#2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5895",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5895"
}
],
"release_date": "2026-01-15T20:50:25.642000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider disabling the static handler cache by configuring the StaticHandler instance with setCachingEnabled(false), for example:\n\n~~~\nStaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);\n~~~",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files"
},
{
"cve": "CVE-2026-1605",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-03-05T11:00:57.250283+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444815"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in org.eclipse.jetty. A remote attacker can exploit this vulnerability by sending a compressed HTTP request with Content-Encoding: gzip when the server\u0027s response is not compressed. This prevents the release of the JDK Inflater, leading to a resource leak. This resource exhaustion can result in a Denial of Service (DoS), making the server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty/jetty-server: Eclipse Jetty: Denial of Service due to unreleased JDK Inflater from compressed HTTP requests",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1605"
},
{
"category": "external",
"summary": "RHBZ#2444815",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444815"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1605",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1605"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1605",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1605"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-xxh7-fcf3-rj7f",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-xxh7-fcf3-rj7f"
}
],
"release_date": "2026-03-05T09:39:01.315000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.jetty/jetty-server: Eclipse Jetty: Denial of Service due to unreleased JDK Inflater from compressed HTTP requests"
},
{
"cve": "CVE-2026-2332",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-04-14T12:01:05.768902+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2458187"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. The HTTP/1.1 parser is vulnerable to request smuggling when chunk extensions are used. An attacker can inject crafted requests to manipulate and trick the parser. This issue can lead to security controls bypass, cache poisoning or unauthorized endpoint access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty/jetty-http: HTTP request smuggling via chunked extension quoted-string parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to send a crafted payload to a Jetty server that is behind a reverse proxy or load balancer, specifically with a chunk extension that includes an unclosed double quote before the CRLF to trick the parser. This flaw allows an attacker to bypass security controls, cause cache poisoning or gain unauthorized endpoint access. Due to these reasons, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2332"
},
{
"category": "external",
"summary": "RHBZ#2458187",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2458187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2332",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2332"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2332"
},
{
"category": "external",
"summary": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf",
"url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-355h-qmc2-wpwf"
},
{
"category": "external",
"summary": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89",
"url": "https://gitlab.eclipse.org/security/cve-assignment/-/issues/89"
}
],
"release_date": "2026-04-14T10:59:10.193000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.jetty/jetty-http: HTTP request smuggling via chunked extension quoted-string parsing"
},
{
"cve": "CVE-2026-5795",
"cwe": {
"id": "CWE-226",
"name": "Sensitive Information in Resource Not Removed Before Reuse"
},
"discovery_date": "2026-04-08T14:01:02.911884+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456519"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Eclipse Jetty. The `JASPIAuthenticator` class is responsible for handling authentication checks. During these checks, the class sets two ThreadLocal variables to store authentication state. Under certain conditions, the authentication process can return early without properly clearing the ThreadLocal variables, allowing a subsequent request to inherit the un-cleared ThreadLocal values. This issue can cause broken access control, authentication bypass, privilege escalation and data breaches.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "org.eclipse.jetty.ee10/jetty-ee10: early return from the JASPIAuthenticator class without clearing ThreadLocal variables",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is only exploitable when `JASPIAuthenticator` class returns early and a subsequent request inherits the un-cleared ThreadLocal values. This requires a new request to be assigned the exact same recycled thread, increasing the complexity of exploitation. Due to these reasons, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-5795"
},
{
"category": "external",
"summary": "RHBZ#2456519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-5795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-5795"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-5795",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-5795"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-gc59-r5jq-98qw",
"url": "https://github.com/advisories/GHSA-gc59-r5jq-98qw"
}
],
"release_date": "2026-04-08T13:32:28.935000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "org.eclipse.jetty.ee10/jetty-ee10: early return from the JASPIAuthenticator class without clearing ThreadLocal variables"
},
{
"cve": "CVE-2026-6321",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-05-04T20:01:14.938426+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466582"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by providing a specially crafted Uniform Resource Locator (URL) containing percent-encoded path separators and dot segments. Due to incorrect processing, fast-uri would decode these elements before proper normalization, leading to distinct URLs resolving to the same internal path. This could allow an attacker to bypass security policies that rely on path-based comparisons, potentially gaining unauthorized access to resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6321"
},
{
"category": "external",
"summary": "RHBZ#2466582",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466582"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6321",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6321"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6321",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6321"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-q3j6-qgpj-74h6"
}
],
"release_date": "2026-05-04T19:31:57.253000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"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:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: Path traversal vulnerability allows bypass of security policies"
},
{
"cve": "CVE-2026-22731",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2026-03-19T23:02:37.111109+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449290"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. This vulnerability, an authentication bypass, occurs when an application endpoint requiring authentication is declared under a specific path already configured for a Health Group additional path. A remote attacker could exploit this to bypass authentication, potentially gaining unauthorized access to sensitive application endpoints. This could lead to information disclosure or unauthorized actions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Authentication bypass via misconfigured Health Group additional path",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22731"
},
{
"category": "external",
"summary": "RHBZ#2449290",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449290"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22731"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-22731",
"url": "https://spring.io/security/cve-2026-22731"
}
],
"release_date": "2026-03-19T22:36:15.112000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "To mitigate, ensure that application endpoints requiring authentication are not declared under paths already configured as Health Group additional paths within Spring Boot applications using Actuator. Review and adjust your application\u0027s configuration to prevent this overlap. A redeployment of the application is required for changes to take effect.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Spring Boot: Spring Boot: Authentication bypass via misconfigured Health Group additional path"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32281",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2026-04-08T02:01:00.930989+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456333"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s `crypto/x509` package. A remote attacker could exploit this by presenting a specially crafted certificate chain containing a large number of policy mappings. This inefficient validation process consumes excessive resources, which can lead to a denial of service (DoS) for applications or systems performing certificate validation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw occurs during the validation of otherwise trusted certificate chains that contain a large number of policy mappings, leading to excessive resource consumption. Exploitation requires an attacker to present a specially crafted, yet trusted, certificate chain which would require the attacker has already compromised a trusted certificate root. Red Hat continuously monitors certificate authorities and curates the set which is trusted by default for Red Hat products.",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32281"
},
{
"category": "external",
"summary": "RHBZ#2456333",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456333"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32281",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32281"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"category": "external",
"summary": "https://go.dev/cl/758061",
"url": "https://go.dev/cl/758061"
},
{
"category": "external",
"summary": "https://go.dev/issue/78281",
"url": "https://go.dev/issue/78281"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4946",
"url": "https://pkg.go.dev/vuln/GO-2026-4946"
}
],
"release_date": "2026-04-08T01:06:58.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Denial of Service via inefficient certificate chain validation"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-39852",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-04-13T13:26:46.572000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457819"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in io.quarkus:quarkus-vertx-http. A remote attacker can exploit an authorization bypass vulnerability by including semicolons, also known as matrix parameters, in HTTP requests. This allows bypassing path-based HTTP security policies, enabling unauthorized access to protected endpoints. The vulnerability arises because Quarkus\u0027s security layer performs authorization checks on the raw URL path, which preserves these matrix parameters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.quarkus:quarkus-vertx-http: io.quarkus:quarkus-vertx-http: Authorization bypass via semicolons in HTTP requests",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39852"
},
{
"category": "external",
"summary": "RHBZ#2457819",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457819"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39852",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39852"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39852",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39852"
},
{
"category": "external",
"summary": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-rc95-pcm8-65v9",
"url": "https://github.com/quarkusio/quarkus/security/advisories/GHSA-rc95-pcm8-65v9"
}
],
"release_date": "2026-05-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "To mitigate this issue, configure a reverse proxy or load balancer in front of the Quarkus application to normalize incoming URL paths by stripping matrix parameters (semicolons) before requests reach the Quarkus security layer. This ensures that authorization checks are performed on the intended path. Ensure that any changes to proxy configurations are thoroughly tested and services are reloaded or restarted as necessary to apply the new settings.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "io.quarkus:quarkus-vertx-http: io.quarkus:quarkus-vertx-http: Authorization bypass via semicolons in HTTP requests"
},
{
"cve": "CVE-2026-40972",
"cwe": {
"id": "CWE-208",
"name": "Observable Timing Discrepancy"
},
"discovery_date": "2026-04-28T00:02:02.075124+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463332"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. An attacker on the same network as the remote application may be able to utilize a timing attack to discover information about a remote secret. In extreme circumstances, this could allow the attacker to determine the secret and upload changed classes, leading to remote code execution in the remote application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Remote code execution via timing attack in DevTools remote secret comparison",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40972"
},
{
"category": "external",
"summary": "RHBZ#2463332",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463332"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40972"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40972",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40972"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40972",
"url": "https://spring.io/security/cve-2026-40972"
}
],
"release_date": "2026-04-27T23:15:19.194000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the Spring Boot DevTools remote functionality in production environments. This feature is primarily intended for development and should not be enabled in publicly accessible deployments.\n\nTo disable remote DevTools, ensure the `spring.devtools.remote.secret` property is not configured, or explicitly set `spring.devtools.remote.enabled=false` in your application\u0027s `application.properties` or `application.yml` file.\n\nExample for `application.properties`:\n`spring.devtools.remote.enabled=false`\n\nDisabling this feature may impact development workflows that rely on remote DevTools capabilities. A restart of the application is required for the changes to take effect.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Spring Boot: Spring Boot: Remote code execution via timing attack in DevTools remote secret comparison"
},
{
"cve": "CVE-2026-40973",
"cwe": {
"id": "CWE-341",
"name": "Predictable from Observable State"
},
"discovery_date": "2026-04-28T00:01:55.408040+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463330"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. A local attacker on the same host as the application may be able to take control of the `ApplicationTemp` directory due to predictable temporary directory handling. When the `server.servlet.session.persistent` setting is enabled and the attack persists across application restarts, this could allow the attacker to read session information, hijack authenticated user sessions, or execute arbitrary code as the application\u0027s user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Arbitrary Code Execution and Session Hijacking via predictable temporary directory",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40973"
},
{
"category": "external",
"summary": "RHBZ#2463330",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463330"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40973",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40973"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40973",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40973"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40973",
"url": "https://spring.io/security/cve-2026-40973"
}
],
"release_date": "2026-04-27T23:29:51.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "To mitigate this issue, ensure that the `server.servlet.session.persistent` property is set to `false` in your Spring Boot application\u0027s configuration. This prevents session information from being written to the predictable temporary directory, thereby removing the conditions necessary for exploitation. Disabling persistent sessions may affect application behavior that relies on session data surviving restarts.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Spring Boot: Spring Boot: Arbitrary Code Execution and Session Hijacking via predictable temporary directory"
},
{
"cve": "CVE-2026-40975",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2026-04-28T00:01:58.716976+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463331"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Spring Boot. The `${random.value}` property source utilizes a weak pseudo-random number generator (PRNG), meaning the values it produces are not sufficiently random for use as cryptographic secrets. An attacker could potentially predict these values, which may lead to information disclosure or a security bypass if they are used in sensitive applications.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Spring Boot: Spring Boot: Weak pseudo-random number generation can lead to information disclosure.",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40975"
},
{
"category": "external",
"summary": "RHBZ#2463331",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463331"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40975"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40975",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40975"
},
{
"category": "external",
"summary": "https://spring.io/security/cve-2026-40975",
"url": "https://spring.io/security/cve-2026-40975"
}
],
"release_date": "2026-04-27T23:32:58.596000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"category": "workaround",
"details": "Applications utilizing Spring Boot should avoid using the `${random.value}` property for generating cryptographic secrets or other security-sensitive data. Developers should review their application configurations and code to ensure that only cryptographically strong random number generators are used for such purposes. For UUID generation, `${random.uuid}` is not affected and can be used.",
"product_ids": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Spring Boot: Spring Boot: Weak pseudo-random number generation can lead to information disclosure."
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via 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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via 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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
},
{
"cve": "CVE-2026-42044",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:13.418725+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution \"Gadget\" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget",
"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": [
"HawtIO HawtIO 4.4.0"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "RHBZ#2461624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23"
}
],
"release_date": "2026-04-24T17:49:49.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-10T15:39:02+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"HawtIO HawtIO 4.4.0"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25089"
},
{
"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": [
"HawtIO HawtIO 4.4.0"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"HawtIO HawtIO 4.4.0"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget"
}
]
}
RHSA-2026:25271
Vulnerability from csaf_redhat - Published: 2026-06-11 14:38 - Updated: 2026-06-11 20:29A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI's intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in OpenTelemetry-Go, the Go implementation of OpenTelemetry. A remote attacker can exploit this vulnerability by sending multiple 'baggage' header lines. The system's independent parsing and aggregation of each header field-value across multiple values can lead to amplified CPU and memory allocations, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution "Gadget" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The multicluster engine for Kubernetes 2.11 General Availability release images,\nwhich add new features and enhancements, bug fixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "The multicluster engine for Kubernetes v2.11 images\n\nThe multicluster engine for Kubernetes provides the foundational components\nthat are necessary for the centralized management of multiple\nKubernetes-based clusters across data centers, public clouds, and private\nclouds.\n\nYou can use the engine to create new Red Hat OpenShift Container Platform\nclusters or to bring existing Kubernetes-based clusters under management by\nimporting them. After the clusters are managed, you can use the APIs that\nare provided by the engine to distribute configuration based on placement\npolicy.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25271",
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29181",
"url": "https://access.redhat.com/security/cve/CVE-2026-29181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42044",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6322",
"url": "https://access.redhat.com/security/cve/CVE-2026-6322"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25271.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.11.0 General Availability",
"tracking": {
"current_release_date": "2026-06-11T20:29:59+00:00",
"generator": {
"date": "2026-06-11T20:29:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:25271",
"initial_release_date": "2026-06-11T14:38:02+00:00",
"revision_history": [
{
"date": "2026-06-11T14:38:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T14:38:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-11T20:29:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "multicluster engine for Kubernetes 2.11",
"product": {
"name": "multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.11::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1780917760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-operator-rhel9@sha256%3A7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/azure-service-operator-rhel9\u0026tag=1780918741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1780876670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1780917773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ab2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3Acf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1780917894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel9@sha256%3Adae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9\u0026tag=1780917809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1780917847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1780478105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1780917770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Ad32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1780961913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Ad9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1780877272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Aa6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1779991377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1780917808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Aedc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1780081219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1780910888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1780586101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1780918072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ae07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1780917881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Aa892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1780917938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Acd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1780917965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Acae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1780911084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1780931695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1780917919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1780910955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1780911008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1780918183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Aefcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1780917958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1780435563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1780435557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Aa2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1780917940"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Aedfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1780917760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"product_id": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-operator-rhel9@sha256%3A651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/azure-service-operator-rhel9\u0026tag=1780918741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Ad547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1780876670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1780917773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Abd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1780917894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel9@sha256%3A6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9\u0026tag=1780917809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aa54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1780917847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1780478105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Af8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1780917770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Ae4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1780961913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1780877272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1779991377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ab94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1780917808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1780081219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ad89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1780910888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1780586101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Ad058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1780918072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1780917881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1780917938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1780917965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Ae424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1780911084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1780931695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Ae65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1780917919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1780910955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Afee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1780911008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1780918183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1780917958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Aade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1780435563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aa2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1780435557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1780917940"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ab9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1780917760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-operator-rhel9@sha256%3A3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/azure-service-operator-rhel9\u0026tag=1780918741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1780876670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aa7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1780917773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1780917894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel9@sha256%3A4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9\u0026tag=1780917809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Ad369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1780917847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1780478105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Af8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1780917770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Ad606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1780961913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1780877272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1779991377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1780917808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Aa280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1780081219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1780910888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1780586101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Aedcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1780918072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1780917881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1780917938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1780917965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1780911084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1780931695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1780917919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Aea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1780910955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1780911008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1780918183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1780917958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Acf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1780435563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1780435557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1780917940"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Af818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1780917760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"product_id": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-service-operator-rhel9@sha256%3A89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/azure-service-operator-rhel9\u0026tag=1780918741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Afe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1780876670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1780917773"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Abc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1780917894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-azure-rhel9@sha256%3A2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9\u0026tag=1780917809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1780917847"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1780478105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1780917770"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1780961913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1780877272"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1779991377"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Af3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1780917808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1780917818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1780081219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1780910888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Aa6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1780586101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1780918072"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1780917881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1780917938"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1780917965"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1780911084"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1780931695"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1780917919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1780910955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1780911008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Af43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1780918183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1780917958"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1780435563"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1780435557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Ab903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1780917940"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64 as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x as a component of multicluster engine for Kubernetes 2.11",
"product_id": "multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-6322",
"cwe": {
"id": "CWE-140",
"name": "Improper Neutralization of Delimiters"
},
"discovery_date": "2026-05-05T11:01:00.332189+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466684"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI\u0027s intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: URI authority bypass due to improper delimiter handling",
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6322"
},
{
"category": "external",
"summary": "RHBZ#2466684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6322"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc"
}
],
"release_date": "2026-05-05T10:29:16.378000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"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:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: URI authority bypass due to improper delimiter handling"
},
{
"cve": "CVE-2026-29181",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-07T21:01:21.484468+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456252"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenTelemetry-Go, the Go implementation of OpenTelemetry. A remote attacker can exploit this vulnerability by sending multiple \u0027baggage\u0027 header lines. The system\u0027s independent parsing and aggregation of each header field-value across multiple values can lead to amplified CPU and memory allocations, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/open-telemetry/opentelemetry-go: OpenTelemetry-Go: Denial of Service via crafted multi-value baggage headers",
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29181"
},
{
"category": "external",
"summary": "RHBZ#2456252",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456252"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29181"
},
{
"category": "external",
"summary": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-mh2q-q3fh-2475",
"url": "https://github.com/open-telemetry/opentelemetry-go/security/advisories/GHSA-mh2q-q3fh-2475"
}
],
"release_date": "2026-04-07T20:29:13.933000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/open-telemetry/opentelemetry-go: OpenTelemetry-Go: Denial of Service via crafted multi-value baggage headers"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via 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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via 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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
},
{
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
},
{
"cve": "CVE-2026-42044",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:13.418725+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution \"Gadget\" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget",
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "RHBZ#2461624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23"
}
],
"release_date": "2026-04-24T17:49:49.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:38:02+00:00",
"details": "For multicluster engine for Kubernetes, see the following documentation for\ndetails on how to install the images:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.16/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25271"
},
{
"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": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:4a7618d5db8ebb99bf7b4e3ad04094af43c9e6df1786461b47ec073dcc9cd377_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b9937506a9084f4f118a97daf64fb87b5850b1f949faacf3c0411baa5c4ca9e6_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:edfa8ed4cc5542b9788e1316619ae6fcd23c9031adac8e92e699e067a9c3284a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f818d31f2a5f02acc70a4649e26d3f59b0b5575d224147b8de346d452ee281cb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:3d352a0cd99674805519d555d570139d4304140bc7905bc59e707eccceb0252d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:651b4d2803c98e3e8727548b0ba1203fc32be94506d434bb547973f3befe4198_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:7e59e2996bc7aa27b50a45dd2b3b1c68f6ac22ccf452bb7a949bbda55eecae1f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/azure-service-operator-rhel9@sha256:89f085933171247baf25be3e2856b02953b4993b218e3072cd72e6cac539d395_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:4ab93f9962185759587819cc3d07bdbb04d94cee0e77b1e4cabb205b533aac98_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:54ef94f909b48755e1e9e31dfbc82fd2e1727c35da4bc0934831419179c5fe15_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:97922e51f5ec20ef75caffcb6e1682fd9f88c412d2ec609748a38cfdb0de6d90_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:a7aafe64229ce6c39eea7296a1477fdb1da231e97ba6639eebfffec077c358f1_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:28eb4b8708dd771dd510e6cfb467585029fc7b119b12a7be3fe31029d9678617_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:3e6e1b7cde8c7bc31db1ddd174d97e8ed73197023a0ba2bfeeb6d2aac1dcde52_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6a4306d418ef951af9f5da974485adaf91dbbe1318079433b1ffd7869d1d7920_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:707b804536bf3739cacee926b4035398c34ff63b9b5786b22742ea2217a837aa_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:2bf2b66a204bfadc166ef7095aee2988bc8d25948b91852c2490b5de434dac37_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:5d48b1dcf5cbb60029741a0682f0457596160796b03ddb0c2a03ed056dfa74de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8a43244b1c0ff8ff65276f74fe0fc431fdca3139759653c9e0efd279dab365c_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:f8be07e3fb3a0d5894e1605378ef63b66671ac5b05ce5eeeb78020d4879ce524_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:0031c1e64d48550ff346541678b3be7379c65d506159c3e9a510a7dfe6705af5_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:b2ea49fc328e3965fd6bee8b3f21d7c36849282ff21f12c5bf682bcc1fa33a15_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bc70554264a572099e4f287d4c3dba7755f2da91f2172567de826d0218cc01b2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:bd9f5aa386f9b3845db93c3552e3b8b1509ab0206f4a7c1c515b309aefa86200_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:07f82a8e235e61625d23a87dacd4eb9bba2ce6f9b4492b8fab92728b3465fbd3_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:68f647dd32f24cc07c30cd7a58d10ed2b0b58b23f4061621396c09dfb045ac24_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:80e356b4ccaa3e27669500afe26efac1349c0ffd7bc45c023344536bd31d5725_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:cf5946d8186774bae01b0191589e80103e46f008e0cd812b19f9eeaa1a24e417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:2f54b76c48601bfe440f5f0c553a3fce765a3d5be99f8f7a1d64c792abd9b63b_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:4f2e64b25e07b7c8e811c63eade4016d7548528bf4934e2fa835407eb356a046_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:6b9a083bd847c4f2910d05849be2da8f01f09277063659ded548bfce94253876_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-azure-rhel9@sha256:dae592cd8f923591d6f39e5ec45d1c9710f936e963f42319fbc79490252cb839_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:315d2445b34ecca026ab2f0ee000788c68c468d67f2c113b9f50b450bfb375e7_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4417bda48fd4016455f91df8887db9b06e584d3bc5bc68858acf0f89f1e266d8_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:a54866c221b7fd1536cc8e493aed93ecbc34152d68bfb3dbb808187ab3988fd1_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:d369e72fbb2cdd55f67468dbd97beec91ee53af20ef6c7e8d1bfca373429145c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:0e58b5ecc8693ac695e2d30851ef8722141561250515b70a7b8d3d9f0c648a4b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:4ef3b2c53d88ddc20c236bcdbbfc4d1aaaee45bc4c2bbbca180cdd7e4a704e5f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:96d10d0b8f9b440dc100447d495da49183cdd372784ac183e3ebc40b6093b632_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:d9f039ef473a7a0eb698ad98e09119c77a5e4b8d30f133264b0092b628b7911c_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:497c408ec71da782ce3de2f6d975e6b630df16d479b20a02c6f59ddcd6f301a2_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:635548b9b6af25ca5056bf6a8a74beed329850c820d3122bdcbb2b907547520d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:79b82f8a2fbca7a5bccbd90d035ac53daa43b4afb2ddde653ee338644ecb9760_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:a6f68e7d547c5f0465f5012275b138240170e9743b4e3908206689a09e2bda96_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1f295a4a045a3e92c21da694fa0b412c665dc8f89b2f88037b584d3c9a0c5f74_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:484f56738a2f5dd2216bcd83a1ce859115975ed6125e5c365757c88c52fa18d7_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:b94a7847d9308aee11d77777d8b15edf69d5e9c834a1bc07376bc6b18d86c76a_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f3d6742f48f61fdda2ec8c9e381b51a1878d2d5f7942e76b51c16605a6bb1b37_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:32cce5d6d07357b016fe7f27f99c1634b6c9491c6dd11e6e95729c06cb1ec31d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:3ca5cbbe86f311bdc2c2dce8742b2a6cb05ec50f7d2909207190a4446cb22c94_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4af22362aa9adb09b00e39d0f4ea9855e00ee239d106152f07d238e8958cfa8f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8cae158b14e706ad17476fab60aa4e13df42a91034b33906bdec49b96bd44465_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:08b91ecd6172a98d743e2241f3c40e74f3e9222dd7dc4de69a5db413599a4498_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:2fd7be948ed7b077879ddb6e02438207a70e39143d6b5e1c16b11d961081297a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:a280b4c4940a2ffb62907c6353b8070708f384fcdd50589fb8aa3466f52beab0_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:edc8600d6137d256996b8343c4b866d8ca75dbc07fbec61c898b45d71ce8b1b7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:74bfa93abdb46096f584a7a2bf621115b282de3901408a8ff0236ab03fae3d9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d89fbffcee6888eb68323c57706d9ff32bcd648b6dd8413df16b5917c74191d5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff59cd9529d780ea4ecf7b77e22e1f13e298da0968c44d2ca7d00dc328f6beda_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ff5d109c199130833448aa07cca1decad00d48783821c1226fc6c2d60abcc80d_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:09c117bb3a1a4322986030b9973bc2101bc696e4fc2451dda496fb09581e28d4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3ec1fce3c006e87b0bd299de8713e0228e12b0e4d400b41983bd564d2c8bb4e6_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:3efd27954b785003a681b517cb6b5768d18f1a0ac3ff8137f135b93be89ba35f_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:a6ed0f60155fba02a379384d886845bb46cbddaccafbf492f45c500ad599e44c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2e9f85ce002ac34b22ae1b41a6498ea2bd636627ec88bbaec1b471733a90dc0f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:53fee20b8351de23bd0f52a3e2ef14bfcfb5b61cf627b66fa5eeebe3b31717eb_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:d058be92a9c224e6d3b90f87a72f4d176e041d45802a07857650d24c0a40fac4_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edcae2f27ac55840f9a47070810c77147aeee04765b324c3275332c8079909ed_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:1b3ff876becc89d0fa56ad0efa6faccb8f184cdf5a2904a1bc0e2ab627d1a41c_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:45ea38569d9345b9e5f0b8bbe1eb229d2f3a8d9db2cef10f5e41110eff7f1dbc_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:7f3e0140c2a206cc0b42f6c8b202bf72725eda3e8b604f9d56b772438576c524_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e07e4944fe148840b500d9b36475da3b58b879a3dc8209efbfa51f0ae2730406_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:3112f981ae876e370dc38a541f4d5521d9328081aa718edd903bd1dc230e7551_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:79720e61b62694afc0d787364fc8854ab2d18d4fa00ffa24f9f9d7eba51898a4_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:9834363974d538a08e50cbbe0dc690b548fcc7ca262b5b7b7dcda9ff6b238b39_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:a892c247b9d08fc03a3983867d0e8e5f1f258dae08afbdebbbb2a76e90b08ca9_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:05fffbcc17587ec31399a4a9a45a0f3edd45b851fd30dd056ba89d6dc96f4318_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:12a987078a9abad5fd2f2988d35028fa29348850acc491604a6398cb7a6a4643_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:40bf8405009f5300ce69c2a0509c82434f304ed0765d13cac4215ef6560d1a75_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:cd7a92a0ed56b9933f2e7450c0363c8501f6a297982879f227932b43601dd417_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14b7dd35fa4641c904733fb2c67ccb863234f489722a14649f00b1845c5238e4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:81b794ad6886d0b05c7a8b684e19912e9918c5294e15f57da24170fd9ac9ca72_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:cae751facd6b4cdf0165f6b6e11056fe03a5b13b0f105d271db168a35a203b65_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:e424b26e5eb8b9b742793f9c7a028505e2ecfd7671a9f5e85963b19e93dd9df8_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:606c4aa52a36cd2bde0ae2d9b96d978cad2b725605252aab85eb90b31c1d7fce_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:7bafc426a8acce9b3e959d9751b0af86341ece74d61bd61482c1735392dd2533_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:885fd6f7f60bc31441761b9cef643e37ad25bd72141ba2675133f00537cbdb67_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:98679b5cf369be35d0be6e71b34bd46aa4d2ddc64a2e0292a0efae7c4c5be166_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4253e4df19e9755fb3a9dcf9b56ec3f65c23348a40579f84f3908dba70b59c24_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7a4f13a9159e8b4f596dd708822553dc76633f2d93ac9ddc0ef7652aeb0bc824_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7efd5d3062e8b38e355ba443d74de56826319e5dc4102d871cfd9f4c8f234103_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:e65091316389a8ae59a09e585fd487e1629e706887fa2df3b33f6cad01408a0e_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:1f9830df97b654deb6fb540978bfd501cc87f195233a992c6f4e8b16f11ee1fc_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:3f157afa85606554bf14ffa3313b596e58175cfa99685a99df4bb067c07efb37_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:7d382bbc89215bb772214674bc5540dadc4c937715a07a277dbb50002f4362e5_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:ea1a4ff81d73f95c36a18d5d2c04cbfd83f77bae84ded3e385e270e0b5b81586_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:8ac7a7b2d838bdab9230b1d5cc6722ad20fe15bccd4b5d54cd00c03ecb9c62d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d32f5612936ac3a176dd8e3ee275bad4e537fa9141f800f0d7708769775685cf_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:d606b1eba4d03ef0b5d29d4e0915c8fd07534a5dbb7f121563c54cb145c595b4_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:e4af2c9ec04f5c81c992c658f1ddf41bd23e35d4daae14e5f90ac9a15376ec81_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:5e6594ed95abbae80fa938ad02b3382fef79beacd27ccff3bc16e14cb9d812ae_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:6494fcc810c52948c9740c02eb852c8a534a79e7dfd5633d39210747c1627d70_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:90996ec8a511a9fff522fd7db6c869d41a2b6608ed47ed0d9375b4bea0e516d1_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:fee38c3ad4e6a9773e96409cd5c5442167431e5a1b6ad63c31b556f7359065c5_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6a9ce59696e3c3ef2310ab3d752321fa3654df1917f61e87b2dbaeca3e96e6af_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:d547893ab8dfa0fa485561e39e977c4f9cc2dce8036553c7bf6cf206c9d5ab45_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:ec87e004eaf7ed392418f14b76f924a4647411e8dec7e0fcf20892c7d6ab635c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:fe3be9eaf7df5b7618dbe344faebaccf9f9f0682865e498381b8fb2050c09b22_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:165b9c981a1b186ee4cd76b1694c1e798647b94c67a36a2debc4f6e06512db44_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:2131826086a3d78325f0b2c4e54087772cc0a5a5f09041bb70201517d35d782b_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:3f99d115037d0442164d619763b0faad3f9c0d77cbd4fbbeeb311e767dfe898f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:f43f1e71b860894d3b2ed2f2fed0d96ca7db7817876c60eb98bdafce459ab1de_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:1c6305f63ae077b4cb74e9f11ef5a8fffed0a3a0a31e555ac5ad6bfe0c7eeec9_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:585bc20d769064801bc4310f5bdab68c914c264d1a8e91b9df9b38d23f3b5f9f_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:58e15c6b02084c5bbedf7df78002604811a6c60ef56c133448bcb76bf4ea13e3_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:efcb0e3315ab4909e68ce4358095da96a18e84b497b5ccbbc1bbd00ea483bb4e_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:1615b2f8c265b92867152b46de43452278d5f7aa0cc7a44cc5629613a96c714a_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:4d8a63f9fc24553572af16fd0833d7ffd90de699ae8308528b2ba2a418b3b263_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:733bba0e055232d64d4fdd395df5692698f0891f92d89c471977885f9486617f_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:a2cd273fd3da0f8f7466f17fa55e0673d21ef3cd24d4bc9a67001c9dedc89059_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:2f434300692f09ed1dba2041142819e46dceed17b8fd5d003d5f02deb455a7ed_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:65e533bd5b57c30aa063c4832f65171469316d245fbd788d52c73e8ace978ec6_s390x",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9359e1329d7fa1af061dfd5c614066c9e070349fdf1afe2cc7bb61a8a2139_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cf12f442e78dd2e717386d3bfedd7710573b52d5f5261465f2c863b054e08bbf_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:0a8b99fb6c5572124f444a4ae338e3ba83a7c6e242621e007e6dba144a0d884c_ppc64le",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:9ae464e651e25f30d32d08c7e3f3d7ca938cde1454c0059d8bcc498be27737b3_arm64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:a2f3301620cfbd48410f198f788896bb8fbe7940d89074aac98623680120d7e7_amd64",
"multicluster engine for Kubernetes 2.11:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b903001a242eabd791be474addb417f97f72345a9260fd054becd3d33849ba57_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget"
}
]
}
RHSA-2026:25273
Vulnerability from csaf_redhat - Published: 2026-06-11 14:49 - Updated: 2026-06-11 20:29A flaw was found in Apache Thrift c_glib language bindings. A remote attacker could send specially crafted requests to a c_glib-based Thrift server, leading to a mismatched memory management routines vulnerability. This could cause the server to crash with a "free(): invalid pointer" error, resulting in a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI's intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
Workaround
|
A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
Workaround
|
A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in the Apache Thrift TFramedTransport Go language implementation. This integer overflow or wraparound vulnerability could potentially allow an attacker to cause unexpected behavior or resource exhaustion, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application's core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution "Gadget" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — | ||
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution "Gadget" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
Workaround
|
A flaw was found in Apache Thrift. This vulnerability involves improper validation of a certificate with a host mismatch, which could allow a remote attacker to bypass security checks. By presenting a specially crafted certificate, an attacker may impersonate a legitimate server or client. This could lead to a security bypass, potentially enabling unauthorized access or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.16 General\nAvailability release images, which add new features and enhancements, bug\nfixes, and updated container images.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Advanced Cluster Management for Kubernetes 2.16 images\n\nRed Hat Advanced Cluster Management for Kubernetes provides the\ncapabilities to address common challenges that administrators and site\nreliability engineers face as they work across a range of public and\nprivate cloud environments. Clusters and applications are all visible and\nmanaged from a single console\u2014with security policy built in.\n\nThis advisory contains the container images for Red Hat Advanced Cluster\nManagement for Kubernetes, which add new features and enhancements, bug\nfixes, and updated container images. See the following\nRelease Notes documentation, which will be updated shortly for this\nrelease, for additional details about this release:\n\nhttps://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.16/html-single/release_notes/index#acm-release-notes",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:25273",
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-48431",
"url": "https://access.redhat.com/security/cve/CVE-2025-48431"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33815",
"url": "https://access.redhat.com/security/cve/CVE-2026-33815"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33816",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40895",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-41602",
"url": "https://access.redhat.com/security/cve/CVE-2026-41602"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42033",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42035",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42039",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42041",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42043",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-42044",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-43869",
"url": "https://access.redhat.com/security/cve/CVE-2026-43869"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-6322",
"url": "https://access.redhat.com/security/cve/CVE-2026-6322"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_25273.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Advanced Cluster Management for Kubernetes v2.16.2 security update",
"tracking": {
"current_release_date": "2026-06-11T20:29:59+00:00",
"generator": {
"date": "2026-06-11T20:29:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.0.0"
}
},
"id": "RHSA-2026:25273",
"initial_release_date": "2026-06-11T14:49:23+00:00",
"revision_history": [
{
"date": "2026-06-11T14:49:23+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-11T14:49:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-11T20:29:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Management for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Af16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=1781100469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3Aae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=1780876059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=1780930055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=1780080712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aa274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=1781048330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Ac7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=1780600823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Af1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Ac0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=1781048343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=1780961926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3Ab705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=1781048322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=1780926805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Afd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=1780877601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=1780876955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=1780074687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3Ac89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=1780877648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=1780931496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=1780102891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3A88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"product_id": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mtv-integrations-rhel9@sha256%3A8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/mtv-integrations-rhel9\u0026tag=1780397757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Adcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=1780877737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=1780931491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Ad464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3Af0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=1780877722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=1780877726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=1780509201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-role-assignment-rhel9@sha256%3A46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9\u0026tag=1781048326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=1781035815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=1780356222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=1780877735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"product_id": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3Afdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator\u0026tag=1780877151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=1780877739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Aef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=1780877769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=1780931508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3Ac8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=1780931479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Ac25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=1780932933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=1780932953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=1780066048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=1780066371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=1780066818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=1780066324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=1780877837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=1780878194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Aa772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=1780931547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Ad602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=1780931450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=1780962564"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3Acce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=1781100469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=1780876059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3Aa1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=1780930055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=1780080712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=1781048330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3Aeb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=1780600823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3Aae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3Af29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=1781048343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=1780961926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=1781048322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=1780926805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=1780877601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=1780876955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=1780074687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=1780877648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=1780931496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3Aebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=1780102891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aa0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"product_id": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-integrations-rhel9@sha256%3A8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/mtv-integrations-rhel9\u0026tag=1780397757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Ae1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=1780877737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=1780931491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Af8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=1780877722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3Adc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=1780877726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ac9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=1780509201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"product_id": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-role-assignment-rhel9@sha256%3Ae57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9\u0026tag=1781048326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3Aeae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=1781035815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3Aaf4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=1780356222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=1780877735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"product_id": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3A2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator\u0026tag=1780877151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=1780877739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3Aebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=1780877769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ae4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=1780931508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=1780931479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=1780932933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=1780932953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3A74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=1780066048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=1780066371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=1780066818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3Ad2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=1780066324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aeb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=1780877837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=1780878194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=1780931547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Aec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=1780931450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ac758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=1780962564"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=1781100469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=1780876059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=1780930055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=1780080712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3Aab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=1781048330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=1780600823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=1781048343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=1780961926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=1781048322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3A1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=1780926805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3A93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3A45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=1780877601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=1780876955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3Ad9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=1780074687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=1780877648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3A86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=1780931496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=1780102891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Acff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"product_id": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mtv-integrations-rhel9@sha256%3Af9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/mtv-integrations-rhel9\u0026tag=1780397757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3Affd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=1780877737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3Adac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=1780931491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3A0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=1780877722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=1780877726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3A5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=1780509201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"product_id": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-role-assignment-rhel9@sha256%3A8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9\u0026tag=1781048326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=1781035815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=1780356222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=1780877735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"product_id": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3Ab4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator\u0026tag=1780877151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=1780877739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=1780877769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3A86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=1780931508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=1780931479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3Aada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=1780932933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=1780932953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3A829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ade921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=1780066048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=1780066371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=1780066818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=1780066324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3Aa131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=1780877837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3Aa45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=1780878194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3A868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=1780931547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3Af263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=1780931450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3A3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=1780962564"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cli-rhel9@sha256%3A897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cli-rhel9\u0026tag=1781100469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"product_id": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cert-policy-controller-rhel9@sha256%3A5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cert-policy-controller-rhel9\u0026tag=1780876059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"product_id": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-backup-rhel9-operator@sha256%3A21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/cluster-backup-rhel9-operator\u0026tag=1780930055"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-cluster-permission-rhel9@sha256%3A4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-cluster-permission-rhel9\u0026tag=1780080712"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"product_id": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/config-policy-controller-rhel9@sha256%3A00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/config-policy-controller-rhel9\u0026tag=1781048330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"product_id": "registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-rhel9@sha256%3A2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/console-rhel9\u0026tag=1780600823"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"product_id": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/endpoint-monitoring-rhel9-operator@sha256%3A61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-addon-controller-rhel9@sha256%3A641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9\u0026tag=1781048343"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-governance-policy-framework-addon-rhel9@sha256%3A220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9\u0026tag=1780961926"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"product_id": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/governance-policy-propagator-rhel9@sha256%3A362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/governance-policy-propagator-rhel9\u0026tag=1781048322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-grafana-rhel9@sha256%3Ab0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-grafana-rhel9\u0026tag=1780926805"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"product_id": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"product_identification_helper": {
"purl": "pkg:oci/grafana-dashboard-loader-rhel9@sha256%3Ada9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-client-rhel9@sha256%3Abc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-client-rhel9\u0026tag=1780877601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"product_id": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/insights-metrics-rhel9@sha256%3A9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/insights-metrics-rhel9\u0026tag=1780876955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"product_id": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"product_identification_helper": {
"purl": "pkg:oci/klusterlet-addon-controller-rhel9@sha256%3A753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9\u0026tag=1780074687"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-rhel9@sha256%3A16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9\u0026tag=1780877648"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"product_id": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-state-metrics-rhel9@sha256%3Afd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/kube-state-metrics-rhel9\u0026tag=1780931496"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"product_id": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/memcached-exporter-rhel9@sha256%3A582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/memcached-exporter-rhel9\u0026tag=1780102891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"product_id": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-collector-rhel9@sha256%3Aa210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/metrics-collector-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"product_id": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mtv-integrations-rhel9@sha256%3Ac27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/mtv-integrations-rhel9\u0026tag=1780397757"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"product_id": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-integrations-rhel9@sha256%3A53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicloud-integrations-rhel9\u0026tag=1780877737"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-multicluster-observability-addon-rhel9@sha256%3A4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9\u0026tag=1780931491"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-observability-rhel9-operator@sha256%3Aa2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-application-rhel9@sha256%3A411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-application-rhel9\u0026tag=1780877722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-channel-rhel9@sha256%3A2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9\u0026tag=1780877726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-operators-subscription-rhel9@sha256%3Ab2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9\u0026tag=1780509201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"product_id": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-role-assignment-rhel9@sha256%3Ad5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9\u0026tag=1781048326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"product_id": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multiclusterhub-rhel9@sha256%3A96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/multiclusterhub-rhel9\u0026tag=1781035815"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-must-gather-rhel9@sha256%3A86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-must-gather-rhel9\u0026tag=1780356222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"product_id": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/node-exporter-rhel9@sha256%3A18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/node-exporter-rhel9\u0026tag=1780877735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"product_id": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/obo-prometheus-rhel9-operator@sha256%3A72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator\u0026tag=1780877151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9@sha256%3A2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9\u0026tag=1780877739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"product_id": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/observatorium-rhel9-operator@sha256%3A5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/observatorium-rhel9-operator\u0026tag=1780877769"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-rhel9@sha256%3Ad6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-rhel9\u0026tag=1780931508"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"product_id": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/prometheus-alertmanager-rhel9@sha256%3A679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9\u0026tag=1780931479"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-config-reloader-rhel9@sha256%3A3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9\u0026tag=1780932933"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-prometheus-rhel9@sha256%3A79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-prometheus-rhel9\u0026tag=1780932953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"product_id": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rbac-query-proxy-rhel9@sha256%3Aea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/rbac-query-proxy-rhel9\u0026tag=1780995741"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"product_id": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"product_identification_helper": {
"purl": "pkg:oci/search-collector-rhel9@sha256%3Ab328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/search-collector-rhel9\u0026tag=1780066048"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-indexer-rhel9@sha256%3A21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-indexer-rhel9\u0026tag=1780066371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-api-rhel9@sha256%3A41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-api-rhel9\u0026tag=1780066818"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-search-v2-rhel9@sha256%3A0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-search-v2-rhel9\u0026tag=1780066324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-siteconfig-rhel9@sha256%3A86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-siteconfig-rhel9\u0026tag=1780877837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"product_id": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-addon-rhel9@sha256%3A790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-addon-rhel9\u0026tag=1780878194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-rhel9@sha256%3Aaf13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-rhel9\u0026tag=1780931547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"product_id": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/thanos-receive-controller-rhel9@sha256%3A2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/thanos-receive-controller-rhel9\u0026tag=1780931450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"product": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"product_id": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/acm-volsync-addon-controller-rhel9@sha256%3Ad517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9\u0026tag=1780962564"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16",
"product_id": "Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
},
"product_reference": "registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x",
"relates_to_product_reference": "Red Hat Advanced Cluster Management for Kubernetes 2.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-48431",
"cwe": {
"id": "CWE-763",
"name": "Release of Invalid Pointer or Reference"
},
"discovery_date": "2026-04-28T10:01:26.612789+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463410"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Thrift c_glib language bindings. A remote attacker could send specially crafted requests to a c_glib-based Thrift server, leading to a mismatched memory management routines vulnerability. This could cause the server to crash with a \"free(): invalid pointer\" error, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Apache Thrift: c_glib: Apache Thrift c_glib: Denial of Service via specially crafted requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-48431"
},
{
"category": "external",
"summary": "RHBZ#2463410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463410"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-48431",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48431"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-48431",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-48431"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/28/8",
"url": "http://www.openwall.com/lists/oss-security/2026/04/28/8"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/lb4j0zyd5f3g36cos0wql925przpnwql",
"url": "https://lists.apache.org/thread/lb4j0zyd5f3g36cos0wql925przpnwql"
}
],
"release_date": "2026-04-28T09:11:44.283000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Apache Thrift: c_glib: Apache Thrift c_glib: Denial of Service via specially crafted requests"
},
{
"cve": "CVE-2026-6322",
"cwe": {
"id": "CWE-140",
"name": "Improper Neutralization of Delimiters"
},
"discovery_date": "2026-05-05T11:01:00.332189+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466684"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI\u0027s intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-uri: fast-uri: URI authority bypass due to improper delimiter handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-6322"
},
{
"category": "external",
"summary": "RHBZ#2466684",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466684"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-6322",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-6322"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-6322",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-6322"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc",
"url": "https://github.com/fastify/fast-uri/security/advisories/GHSA-v39h-62p7-jpjc"
}
],
"release_date": "2026-05-05T10:29:16.378000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-uri: fast-uri: URI authority bypass due to improper delimiter handling"
},
{
"cve": "CVE-2026-33815",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:25.130006+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455975"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33815"
},
{
"category": "external",
"summary": "RHBZ#2455975",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455975"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33815",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33815"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4771",
"url": "https://pkg.go.dev/vuln/GO-2026-4771"
}
],
"release_date": "2026-04-07T15:19:24.344000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"cve": "CVE-2026-33816",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-04-07T16:01:14.142946+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455972"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33816"
},
{
"category": "external",
"summary": "RHBZ#2455972",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455972"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33816",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4772",
"url": "https://pkg.go.dev/vuln/GO-2026-4772"
}
],
"release_date": "2026-04-07T15:19:24.529000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
},
{
"cve": "CVE-2026-40895",
"cwe": {
"id": "CWE-212",
"name": "Improper Removal of Sensitive Information Before Storage or Transfer"
},
"discovery_date": "2026-04-21T21:02:33.280553+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2460297"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in follow-redirects. When an HTTP request follows a cross-domain redirect (a redirection to a different domain), custom authentication headers, such as X-API-Key or X-Auth-Token, are not properly stripped. This allows these sensitive headers to be forwarded verbatim to the redirect target, potentially leading to the unintended disclosure of authentication information to an untrusted third party.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40895"
},
{
"category": "external",
"summary": "RHBZ#2460297",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2460297"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40895",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40895"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40895"
},
{
"category": "external",
"summary": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653",
"url": "https://github.com/follow-redirects/follow-redirects/security/advisories/GHSA-r4q5-vmmm-2653"
}
],
"release_date": "2026-04-21T19:59:59.759000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "follow-redirects: follow-redirects: Information disclosure via cross-domain redirects"
},
{
"cve": "CVE-2026-41602",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2026-04-28T10:01:16.099816+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2463407"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Apache Thrift TFramedTransport Go language implementation. This integer overflow or wraparound vulnerability could potentially allow an attacker to cause unexpected behavior or resource exhaustion, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/apache/thrift: Apache Thrift: Integer Overflow in TFramedTransport Go implementation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-41602"
},
{
"category": "external",
"summary": "RHBZ#2463407",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2463407"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-41602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-41602"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-41602",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-41602"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2026/04/28/6",
"url": "http://www.openwall.com/lists/oss-security/2026/04/28/6"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/lb4j0zyd5f3g36cos0wql925przpnwql",
"url": "https://lists.apache.org/thread/lb4j0zyd5f3g36cos0wql925przpnwql"
}
],
"release_date": "2026-04-28T09:19:06.646000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/apache/thrift: Apache Thrift: Integer Overflow in TFramedTransport Go implementation"
},
{
"cve": "CVE-2026-42033",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:20.937507+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461607"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, an HTTP client library. This vulnerability allows an attacker to exploit a prototype pollution issue if another part of the application has already polluted the Object.prototype. By doing so, the attacker can intercept and modify JSON responses or take control of the HTTP communication. This could lead to unauthorized access to sensitive information like user credentials and request details.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: HTTP Transport Hijacking via 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": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42033"
},
{
"category": "external",
"summary": "RHBZ#2461607",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461607"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42033"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42033"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pf86-5x62-jrwf"
}
],
"release_date": "2026-04-24T17:36:44.132000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: HTTP Transport Hijacking via Prototype Pollution"
},
{
"cve": "CVE-2026-42035",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T18:01:17.109481+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461606"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a software library for making network requests. A remote attacker can exploit a prototype pollution vulnerability to inject arbitrary HTTP headers into outgoing requests. This occurs when the application\u0027s core object definitions are manipulated, causing Axios to misinterpret data and include attacker-controlled headers in network communications. This could lead to unauthorized actions or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Arbitrary HTTP header injection via 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": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42035"
},
{
"category": "external",
"summary": "RHBZ#2461606",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461606"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42035"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42035"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-6chq-wfr3-2hj9"
}
],
"release_date": "2026-04-24T17:38:07.752000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios: Arbitrary HTTP header injection via prototype pollution"
},
{
"cve": "CVE-2026-42039",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-24T19:01:44.887156+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461630"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client for browsers and Node.js. This vulnerability occurs because the `toFormData` function recursively processes nested objects without a depth limit. A remote attacker can exploit this by sending deeply nested request data, which causes the Node.js process to crash due to a RangeError, leading to a potential Denial of Service (DoS) if the process crashes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42039"
},
{
"category": "external",
"summary": "RHBZ#2461630",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461630"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42039",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42039"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42039"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9",
"url": "https://github.com/axios/axios/security/advisories/GHSA-62hf-57xw-28j9"
}
],
"release_date": "2026-04-24T18:01:30.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Node.js: Axios: Denial of Service via unbounded recursion in toFormData with deeply nested request data"
},
{
"cve": "CVE-2026-42041",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:41.034289+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461629"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, a Prototype Pollution \"Gadget\" attack, allows an attacker to manipulate the `Object.prototype.validateStatus` property. By polluting this property, all HTTP error responses (such as 401, 403, or 500) are silently treated as successful responses. This can lead to a complete bypass of application-level authentication and error handling, potentially granting unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42041"
},
{
"category": "external",
"summary": "RHBZ#2461629",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461629"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42041",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42041"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42041"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63",
"url": "https://github.com/axios/axios/security/advisories/GHSA-w9j2-pvgh-6h63"
}
],
"release_date": "2026-04-24T17:55:30.036000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Authentication bypass due to prototype pollution of HTTP error handling"
},
{
"cve": "CVE-2026-42043",
"cwe": {
"id": "CWE-918",
"name": "Server-Side Request Forgery (SSRF)"
},
"discovery_date": "2026-04-24T19:01:22.552379+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461626"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. An attacker who can control the destination address of an Axios request can exploit this vulnerability. By using specific internal network addresses (within the 127.0.0.0/8 range, excluding 127.0.0.1), the attacker can completely bypass the NO_PROXY protection, potentially leading to unauthorized access or information disclosure within the network. This issue is an incomplete fix for a previous vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: NO_PROXY bypass via crafted URL",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42043"
},
{
"category": "external",
"summary": "RHBZ#2461626",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461626"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42043",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42043"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42043"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7",
"url": "https://github.com/axios/axios/security/advisories/GHSA-pmwg-cvhr-8vh7"
}
],
"release_date": "2026-04-24T17:54:42.668000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: NO_PROXY bypass via crafted URL"
},
{
"cve": "CVE-2026-42044",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-24T19:01:13.418725+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2461624"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a widely used HTTP client. This vulnerability, known as a Prototype Pollution \"Gadget\" attack, allows a remote attacker to subtly alter JSON API responses. By manipulating a specific function, an attacker can selectively modify data within these responses. This could lead to significant security breaches, including unauthorized privilege escalation, fraudulent balance manipulation, or bypassing critical authorization checks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-42044"
},
{
"category": "external",
"summary": "RHBZ#2461624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2461624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-42044",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-42044"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42044"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3w6x-2g7m-8v23"
}
],
"release_date": "2026-04-24T17:49:49.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Invisible JSON Response Tampering via Prototype Pollution Gadget"
},
{
"cve": "CVE-2026-43869",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2026-05-05T08:00:56.417384+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2466660"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Apache Thrift. This vulnerability involves improper validation of a certificate with a host mismatch, which could allow a remote attacker to bypass security checks. By presenting a specially crafted certificate, an attacker may impersonate a legitimate server or client. This could lead to a security bypass, potentially enabling unauthorized access or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Apache Thrift: Apache Thrift: Security bypass due to improper certificate validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"known_not_affected": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43869"
},
{
"category": "external",
"summary": "RHBZ#2466660",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2466660"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43869",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43869"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43869",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43869"
},
{
"category": "external",
"summary": "https://lists.apache.org/thread/3hsgl1b69wzq3ry39scqbv2dhyl3j52r",
"url": "https://lists.apache.org/thread/3hsgl1b69wzq3ry39scqbv2dhyl3j52r"
}
],
"release_date": "2026-05-05T07:25:48.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-11T14:49:23+00:00",
"details": "Before you apply this update, make sure all previously released errata\nthat are relevant to your system are applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:25273"
},
{
"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 Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:03f75036c7674a6b565158b5b61b0cb546cb0b54ecf68555c200e1fe42e8b31c_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:897c7b3e333e267183cd9b70d8249ac2ef8d3153d490124b485b48e14c958f34_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:cce9961ca00d8a06e4c1fbcead30bb8733577b14e51bec3a07e9afd4106b90bf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cli-rhel9@sha256:f16e488712d7d6a203192b2bc094e05d4bffa779aa796ba39d907cf6ad6cf147_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:0102aec0b620f9e278033e6085b9b7a5713a92ff66716f596daccf29c125f18b_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:44c5cbf818f2fb1d7e771cd519f5278004fb2c7877d342e617710effcfb4453e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:4e696212f0c369f627460f69eb5027e25c3a58a2bbdd66dcf2a449c68e268f31_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-cluster-permission-rhel9@sha256:7972b1082ace8562b459bac5427f939a174d73a7e38ed90b0faf8948c10ac6a2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:641e84ed8ff440b1172160ea0018a965c80c2b21b1630087bd537f1e71356462_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:7a9da04c13054cb07f9b7b0b8a8b46eb4dbb1da4b423396e1a9f63e983665af7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:c0714ab2d5f3ac81682cd67a71cbb6fafb91aac8a00ad8d005335f6afaaea76f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-addon-controller-rhel9@sha256:f29fe1873d34780919512ddf33fb866bd4f291ee6a4b1911bff1126409aee909_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:220c90b7f7cca86bbf0f819052ba5203d2f5ebe829144ecc294f41dcee783f2f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:404d9e42d24ec726250b6216342a2798991c347467070357fe23d677576bc443_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:461b0575b8b515f97c98bbbba2351b81a1d8cdba663ed041ca289d2c0f8fa5d7_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-governance-policy-framework-addon-rhel9@sha256:76502efd68aee64769fec9d26190dd703ce73590de58b3156ed188695024c38b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:2839b631104101396ee90d7260c54a33718d2f05efae74d5835328669171d92a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:3983ad22bcdd423c25ae15847c731e53252b9ab2f872562ba5e176975ecb3020_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:4c27be62da4013add02df51047989be3b4eb1d4adfed5088d498b577e3a0abcd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-multicluster-observability-addon-rhel9@sha256:dac92bae7fdedab855500513f5c38ec4cc9006de8cfa39b10e027fa7d0abdc49_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:48e88da6dfd84f5f893c8ad35434dd6e7eb7b2e77c7ecfb349a6a9dcb6e93cf3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:51310127d2f1a523aea5a43218fba7f21c99a8e7dd1694ed4cf3495cd80d0cc7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:86417edce819a2a74d5067441f21d1785216a71a7edb3fc1ff249be3b59bc7a7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-must-gather-rhel9@sha256:af4644ac53ee2237273937c516f5fde27fa9bcd2bdd9e0341bc0eff4d3a5754e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:3b3cdbbbdead1b32f52652da1637bc6249ab6513dfa2713b8f4bd666484ac345_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:56a6fab9f69377b38851826ce092e2f333a5d745ae1bc86a1793c1231ef2f31a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:ada498e33b8214475afde47357f1686b0a1fda7380a0e62332c504ba5dbec779_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-config-reloader-rhel9@sha256:c25866d02cdf51ee9d0c87f1ed685417f8a30c3f0f7b40f16960fbc125804c19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:0571aa90a6d407cc17abbd87f293eb85d2b8826b127289e8467a2eeb9431c505_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:16fb7e5ae87c0e964045fab46fa8c417804cde1d3a4e9d1fbd0fbd4b9a4e9395_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:79bfb527fbb40658f0cf8bf4d653f65625938f5b0daa59e42f3890d206f7d155_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-prometheus-rhel9@sha256:8c88838a53c98883e901d940cd892c2d19ade289476dd59545c8c9f757cf6fea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:21e73de2bbc01b6585e1529f1988331fdd9ca28442c3c0926bb13b3b6166de0d_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:58f473583730eec5c79033169e053bea7524c6470cd03b87c62dd9b4f4b8fa76_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:708b03311052c27400e7bbf2d8f3939bf30908b65721162e9426227528b82542_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-indexer-rhel9@sha256:8a0c362ce56ef99288fbf622245a2949ab37d4e758faafa6b7f8d1ad6d0f577a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:298e81d293e143f2969fdb31ea1a59fad20e210ccfccb8e81695167d836da898_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:41ce3a9835906a44fdfcee4261327c30d622db416e0d8fa0318cc66e91f4b36a_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:6b0dcc933a623ce8c7f3ac31896742981499d418eb9224355148a6ce2e0e9eed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-api-rhel9@sha256:86d0e5db7d3f9377b69d848b2e3e7deb745299196dc94a70e30b62062c8903b9_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:0f0dd20d2828c8d91408a9be169e29e73a40673fe9cbf4168fc275a5b83ade32_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:1a2294df037e1e0073319ec4364792cc01f0dee89e674206f3fdb15bc7ce5d38_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:240172828ab4088702406bd545d417364fbfcb42f9e43ea7fe37fdd66ca7da93_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-search-v2-rhel9@sha256:d2fe971ea1ee6078de1c61a1dcbd3f11294fff60d014d4c2e67212962634f4d3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:0543ead513c6063289535d2630fc9ced500aa7977fbdea0ead345fab38e795df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:86e45e65c215a8283c6f4f2f8adca12f68e059fb8056965bfcff716ac5b1a876_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:a131bc8b295e6d78dfab7c5370d8ed99286c4273dce404d2e6273b672bf1d8c7_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-siteconfig-rhel9@sha256:eb031698a1256796cd01de61df6e68869892ed807e5bc11d186cd96b316641c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:3b77bf3309c4da6652ef3d699b5d8b0ba8014f69da92f9a69cc06c497c4708b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:8859391214c294dbab7c6c50b0d260c637665afc645dd73a958bba25f6e85bbc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:c758d7287775a57daa3dcabde49bd00b986479afe5075c3bc72b3d006586040f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/acm-volsync-addon-controller-rhel9@sha256:d517fa451bcacfe1a9a66e893819067b4fe9b68727d93ab7151f38bdf20e6c3f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:0cd9c5cba8550c206aa7d6f7cbd5aeb42be6b5f7ce407e8292f07b4f90ccc19d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:5cc4d08cf06715de7e7e0cd5ca1c9c391014d4734396015dc275059597736efd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:880f999e09668b82bfc1b1444cf3bb97107b5284406c5b9aabf27792f8b93e42_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cert-policy-controller-rhel9@sha256:ae629bdcccd7c22a6bedfd97e5617ce6b881dad61ad288508cae105895bf0881_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:21825024c252a4dba937aa15e1417a3aba9945017f854100d8ca117e698b7218_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:84ced0be5df1a07aff9e5f02ba01e4c331a4bffafc67f046daf4815cd834ee83_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a1f7793e8228887cbd66e5211ed2e933f7a04399e165b2a5580f500a2dfb790f_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/cluster-backup-rhel9-operator@sha256:a8d72676e22362ffdc1e50b824634b655bd8c47762e1a9f699630b367675e224_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:00857ef3feae9256620438322afcc177f61a07bfb8c929eb2a51f0fb2fdfbcfd_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:80374f734e82c4f081f3de50635b5eee4cfc2cb8e366a45911febefd07c54c08_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:a274368abae5145bdf3ce6825b4c5bf126c98d46998aa9b586407f70ae4fc2df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/config-policy-controller-rhel9@sha256:ab162cde2a26b7becf8ee719b2a4e360da8a515cf96564779cf69d37d94ee1c9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:2526e7de6f6f3428885794d459af8f381672f14e302deb9805dc591848bf90ef_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:46ad82b5923ecc94bddf621d838e738f2c6e2eb2646bf80d966341e0eb3eefe4_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:c7e1cbbdbd940bf4e104cfce1de4d50712725a58e3b139772e2f3a5f8b10cc19_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/console-rhel9@sha256:eb2259908075b4b0dd308be57f6b01aa8d7b4a3051ffa2f36876b32f8915063a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:0f11f16e6778ef8179b3cc7303be578b9310ab980fea71d31523f0e8370330b1_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:61f57421a6e805756ae379ac071a18843bce98f4ca161ec29028d6ee29ab1296_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:ae5c0b752bea01f54c63a0fada4217694c53e0940cb227a008f5bfa2522e2b28_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/endpoint-monitoring-rhel9-operator@sha256:f1586bdc76881c812b5b7afb2ea88493ca389f2f44957708bf31761403a459b8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:0023b8b0c8cff66059b316d41b888638d8e87af082a16bee9e1fcdbde3056798_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:1ca108cbf6ededfc6210a76c17abac9d633751bac9b7f8abba6c0c89926ec631_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:362f12f17be295d73ee670ad0e5a874892d57161e468809b917731584b732e26_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/governance-policy-propagator-rhel9@sha256:b705135b5bd90c307c9c506d4637600fb967857e09cb9008ec637003a362afc3_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:3f48c5a4121e4aac2818cfac7fbb642318a9909dac408eff6d1f0fba02ab6f1a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:93bcdb3b2e0daa65c42d4b1652858795a946767e06bdb1c3f5e9a8cb80dc69d9_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:959c23a506bc65839bd8d45848111b51c5fc4fc5d4dab8d666d91ff5905cbe6f_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/grafana-dashboard-loader-rhel9@sha256:da9317ea9a3d7fd3e3a02a3b32602d725c61f454332d4a29cf68bf958247d284_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:0dad637780f275abe7811c6790235282cdce0d6ad310c8112af889c1a799ee38_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:45b657b8ffa0dcce4f96ffd4212f61c091a6a31efa9b1414cbe89b19b5633f69_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:bc724b797703aca30adcf7c04ae802f556d2a13c9c0d84eefa021963e4331092_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-client-rhel9@sha256:fd86765c8cc72579ebc0c3064bba5d30f70bd97d1d8978a2efde7b1ca550bd5c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:32906c0e629b98788252b0297e690ff1081daff486f191c44e3b35fc3f1473c3_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:62461956d2cd6512fea8265eab85118a9bd0fc42fee2cfb93af959bc2db0a8bf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:682e3b7d394ecf3970ab78596d28374799647155114dcee7d69aeb8d8987209b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/insights-metrics-rhel9@sha256:9efb8607d22e36c1bb726cfc009bf1350bcf9a901ea71709abf6747babdc57b3_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:4b75ef047eeaaf336ae4c5ad16a55a46c74b1bfa8befea405dc883ae20f1871b_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:753ec8ca3ddb837a0be652cd77b9dbebc6f3e166724d02243b0ee724076ff784_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:819871136fa4e86eeb09cf9ee605842b1aa673cf9a5f09180c384ccb6e26b32c_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/klusterlet-addon-controller-rhel9@sha256:d9efd22c8434eded99e6fe68939bcabff2d371ce480e7e1e158c477987e5dd23_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:16e263f7f6e82a0034a7cc3f65d5aa21b79175184b271d34921229785105129c_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:46d99c63347e664bad4d60943003840cd207b6d378a805d105692b1fa495fb0e_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:636356f6749b0e447a0df2717c33ceda5b0f010dfe199407a37881ff45c73dbf_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-rbac-proxy-rhel9@sha256:c89eb2fe2cb68040235840dd2d6b51b9f862ccddb22e3b9dad5e407335c92606_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:0a6f01d732476f8147e79cf7c087329cbf09465d77be4704935d337037721e67_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86348a4b5dc04de9b743a6a4d8dc3aaceac2b738e317a7fc20d2dd693b4d56b2_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:86ab54e44fb4f40062bc097aa8e50b773c30c0cb8fdcd78955e3a2801f68a269_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:fd8bd9035385d99ffb123603ac63527633a971f52d0ab99e2d6c3f8cdc911a13_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:31bf917c7601d3a53f96e448efdd7e345d30241c3719385a78f8eaef6223e179_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:582dc62bb66b6ad97e8354eabcdd1114b2425f9bcdac7e98f0c92cc2445859d0_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:5b1d77e43674b176c4bf81f111078b7131899c346684e8648479841236ba6704_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/memcached-exporter-rhel9@sha256:ebe80100adaa066ea25453c766fff4669b4846d17ef0ee2e2c025b3e51c89dbf_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:88e7abf684dd257def337035e31cb3d55ccc4d0d2869e722112fe77b99373daf_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a0268d042189a08128d64ddbf2e152519ae370c98e6e97b497c903e4812ddeab_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:a210a14eb703c1f9869a635ca7df87380224fefc26871ed84d2afa86bcec8057_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/metrics-collector-rhel9@sha256:cff5892c59cebc48520843cb37cb99c7367ed5507af0f4e99e04339e03016a35_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8c6d6702c4436f0ca95dcdae8ba9b77233bad6c32e84649df916718acaf04da5_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:8cf4c3061e1f6485388748df14afd53ba1e82c7a4021a45bb7db5691afbfa704_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:c27bc41c9c5778fb13d8e4dfde55573bd0038191b134100463374af2820c6f68_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/mtv-integrations-rhel9@sha256:f9e19e0eab3f33030b824fa5974b478402e55997e1e7523ad0fb8b0d742d3e03_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:53c862a661ec8751a1d9a8e4d250243881998123f96a7b94d04f511f134c4650_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:dcd24c66693620551bac205735cda16ab4e4425e52d3a2dac912bb3e3d4c9bd1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:e1a27e1e97e04ee9f7bdfd33b860354e53a8671ddbab3ba738c24466c329a7f1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicloud-integrations-rhel9@sha256:ffd6f23eedd49fc73f305354eda828116564158ba5fe8861aa347ab73148d816_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:0de2c6ad80623f764e900c034ef50154856d3ae0ba4079f613a231cf8d022f59_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:a2ad63b5ef8e358b858d6f59a27c107c1a2a1c6fdba5ea4471cf48601f0c60ae_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:d464fa42d3b96565c1b617f030780c0c8e8c72bab6227335f2150bf2ef4ef7f0_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-observability-rhel9-operator@sha256:f8131c5b42e89c5762e4c38f032caac0a4f372f376cdb6580b09b80b9bcb1ea6_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:29b137f251f101e27d49e8ad467535aaf790e51cf16e4d82eafa26cf52e55ace_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:411118086768d95727bda274c40447ed5a871a9bc7995f1f50c6dad4f2f3c138_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:5d909c963231544fe6f018accfa6088fe412dbd7dda508800a930ef3e1dd91b1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-application-rhel9@sha256:f0d1b44052ffb77ed5f735b14306bd16bac022c8323f98199eaec7dbd67f49ed_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:20d0f35fbf6615f690cacc603aa0bc54e32a139a9708e4c11bc1879673786ef6_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:2ae03b66a743b2733bc1289f73a7c73af0e92bf90d5230f1b538a4f0a27a7f83_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:730a5fefc01a2af097616fd30490d47c713949e996dfbdbe8ed75dfb3ddea23b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-channel-rhel9@sha256:dc57f4b3acf17abbd3e9c99f9dcc9f35e72c125c6880aa295744284091d3d467_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:5b6e85d2549e2387dd1b1f19923ef8fb88894108ae7ce4ca8d38e1448ac331d6_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:77f2f510a095ce56f9621dc301fb6c98b952a0c266ae476a46b09d18f2d31705_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:b2a7c6b7b118e919ca2f16fd930887da4d0c3f29baee182056e4ad18ae4f4e46_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:c9d1df1a7a5d9d771683c78ef8bda1c9a9edfdfdddc067fb3beb8654977712a1_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:46fdcf0edf897b04c855cca391ece21a3abf931a778742c5c648cee85c7c4391_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:8cc14cef2ad647c55ca5aa6f829295cb12bd3b0502fe0a11d1207d18e10fa45e_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:d5d503cf1943f6c81f0cab286f855e6c82de918b0ef787a9bee2f69d3df891a9_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multicluster-role-assignment-rhel9@sha256:e57f25aebf1b27328cf65aff276d9e497154b377148ba75226c37802a0fc63fd_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:1ff40d1583da97ebd84a0853403efab887778a66a706093ee50995975ceb7a3e_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:4396b3549388630fb6f2e55123841fbcb1c2ddee75eebc6e17089b5bad55ac02_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:96d0ae7385709fb38c6d2668de2bc34fa5ac3bbf8b5a7d345b3ea26b85ff6cc6_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/multiclusterhub-rhel9@sha256:eae544bb73e3d8d971983f08ac6a23fc97843601b0c4f1aeb0c901837b3eafa4_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:0fabf40c5e0427fc81e9f53f689f84930499a8dc27084fa7411254529b0fc825_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:18f16eea8676b6dc2ca481629f3fe7ed1d43ddb0aa47e8d609f9cc52acddd4e1_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:31819f2edf61eec46bbb2172cb26728e653192a813c0ec262eb515915d45dae8_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/node-exporter-rhel9@sha256:7d969b142a2675ddeff296a0d5a8c0af5149447b4d67e9cc44eff0a2fb03600a_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:2567c93257a29aadbbafa8a843a8f78342ac12662d070b8addc398948dfb9f1d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:72af413396dc6bc6d78856c2e4429eca06c606e64c8a28ff3ccd018152dbef45_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:b4c3aff7f43c1f41dda5c2a511157ccd4b666e995f8aa7f5d1a632d6b845c3ea_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/obo-prometheus-rhel9-operator@sha256:fdf4d8a055ff9e95c8b3376c36de0bdb956453e5b186529e9afba9e51b230c74_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:514b10f3edcb08a096be5b4e0837a609d77b7cc145a757772f55412644e12446_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:5508816637668ee16e0fa8da1e3de2ff80783f7e158d37cc41744bcdc41006b8_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ebbe2b359f74a8b3798fad9336b82cec301d3f68651318744d124c84030b138a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9-operator@sha256:ef59a5cd62ec0e2411f681f24259bec5b1692cb8c01aec27d62863ea99e856cc_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:2b4cd573fddf12d760c78d66e75897979938b16db60d77891456d1e3563f2950_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:4ed8f60603404e090e9a9af6ccd9b6b929d2185e5c0c67f2db123103f1acb9df_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:625409c97d21fbd3796add728955aced3fd292690987084eb90292ddc054af01_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/observatorium-rhel9@sha256:903170b16f26cbce7fc1d44d0fca0275b6325ef35f4f9eb62dc7ff9e38bf6d78_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:2ab0a53115d54582d1e433df0a1f7b5fd2aa293f837de409764719d00349ee9a_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:638825a88377ebb938eb45ad4db95fcf38d36ed4efa169c91c5201c263389f08_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:679f15cdac0d6adbfd0e46621f684c03acf144a9e14a561ad95774a5884694f7_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-alertmanager-rhel9@sha256:c8ddbb6e2446fb80a22601c221a35543bc0d97d30d2cc6bf657eb4b5ddd45722_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:4e8ca24688ab79fc873cd38cb18df0a101cd2b0a0feffebc7a1dfbd69f1436bd_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:86a1435a7ee3ffd2cb34cb4e93fc37eac3c84be551adc6ec9cff10b0c79117f3_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:d6348391c49d1024f5693102fb9d41c376f4870090f9889234466ca5fd9d1c0f_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/prometheus-rhel9@sha256:e4b55c3266a5e21ac42b5459c1ea78bcf765341b759ca3fa7d24e6cdd6ccb457_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:34a5da27a2f59fb2642d9d9b5d85ba19dae869766ef18de6a9f8990b8ad21578_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:3c9b6ddc11d05358c9d77b5f5fee06fc6957ba1565c10f678445aacd20670ef8_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:829bc6e56e81b96a67d8a2c3a43f39b68c447214f62f1b2ae44cd27308b2a03f_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/rbac-query-proxy-rhel9@sha256:ea6259fa0714ecfc75bca16ee24f3aa6a978911d0f7680f45e22f14e0ab2ced5_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:4ed07b4916a2f0883b89d788c4af5421a7b3a8f7e191b62600840d2783f8dcbe_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:74452c68780db8d134deeb840215019ae244dd3f9abf200b7442933b9feac098_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:b328fd3c44d564bea06d47b444144a53b33cfe37b8ff9d07db87e980aa86d397_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/search-collector-rhel9@sha256:de921a1a5e87d58b71971612117f66dbba51874788fdb5806def68d945945790_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:31dfc6115f87ad90b2cfb1037223f94f492228c113da4ba0ae59883be1527b53_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:790bb8636a5566ff91a9819c0bb811314c41ae4359d645a3fd7194cb2a599a63_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:9a563aefd7bdc3bbbbe145bcf1797e841a41ec9a5337adfe32d9e1058a522e2d_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/submariner-addon-rhel9@sha256:a45088e3127244327f6d3f70e93a95f0ada4e24964bf5445764b8a34d2104d3b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:2446c6ceccd408eada9849281ac8c60af7ea4041e05bf132b195169e76f23e7b_s390x",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:d602aac4bf9763ca64a3a499cb917a4f881b45c0a7e12664a644210cc2456ff1_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:ec88e36de4197912ba8c7bbc3ec08a7e72a4b2e58be425439133d164a61f2583_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-receive-controller-rhel9@sha256:f263d5ee816416fb94396bfac16c7edda098c71aa5932d1cc9f362914f27b65b_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:17a89e40531c34b79bb6b80a28c877a146abe795dbe0f21b06cdc38fcb20d989_amd64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:868cf14e5bb9220f3967f5b880382df100b0faa33efa5956034a2ea133be09c8_arm64",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:a772488198af125e337bebab793858760baa42f834eefc1accf9539e2fd0322c_ppc64le",
"Red Hat Advanced Cluster Management for Kubernetes 2.16:registry.redhat.io/rhacm2/thanos-rhel9@sha256:af13099a1de198aba0ca396f4ed466383c51e779260dfee79497ba7df29633fc_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Apache Thrift: Apache Thrift: Security bypass due to improper certificate validation"
}
]
}
WID-SEC-W-2026-1513
Vulnerability from csaf_certbund - Published: 2026-05-12 22:00 - Updated: 2026-06-02 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3
|
Kiali 2.22.3 Service Mesh 3.3 | |
|
Red Hat Enterprise Linux 10.0
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0
|
10 | |
|
Red Hat OpenShift Network Observability 1.11.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:network_observability_1.11.2
|
Network Observability 1.11.2 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Red Hat Enterprise Linux Advanced Cluster Security
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:advanced_cluster_security
|
Advanced Cluster Security | |
|
Red Hat Enterprise Linux 9.6
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6
|
9.6 | |
|
Red Hat Enterprise Linux 9.6 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9.6_extended_update_support
|
9.6 Extended Update Support | |
|
Red Hat OpenShift Service Mesh 2.6
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:service_mesh_2.6
|
Service Mesh 2.6 | |
|
Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1
|
Kiali 2.11.10 Service Mesh 3.1 | |
|
Red Hat Enterprise Linux 10.0 Extended Update Support
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:10.0_extended_update_support
|
10.0 Extended Update Support | |
|
Red Hat Enterprise Linux Quay
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:quay
|
Quay | |
|
Red Hat OpenShift Dev Spaces <3.28.0
Red Hat / OpenShift
|
Dev Spaces <3.28.0 | ||
|
Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0
|
Kiali 2.4.16 Service Mesh 3.0 | |
|
Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2
Red Hat / OpenShift
|
cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2
|
Kiali 2.17.7 Service Mesh 3.2 |
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Red Hat OpenShift ist eine \"Platform as a Service\" (PaaS) L\u00f6sung zur Bereitstellung von Applikationen in der Cloud.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Kiali f\u00fcr Red Hat OpenShift Service Mesh ausnutzen, um erweiterte Privilegien zu erlangen, Sicherheitsma\u00dfnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2026-1513 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2026/wid-sec-w-2026-1513.json"
},
{
"category": "self",
"summary": "WID-SEC-2026-1513 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2026-1513"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16532 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16532"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16534 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16534"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16535 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16535"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16542 vom 2026-05-12",
"url": "https://access.redhat.com/errata/RHSA-2026:16542"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:16874 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:16874"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17287 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:17287"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17084 vom 2026-05-13",
"url": "https://access.redhat.com/errata/RHSA-2026:17084"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:17474 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:17474"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19109 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:19109"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19375 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19375"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19712 vom 2026-05-21",
"url": "https://access.redhat.com/errata/RHSA-2026:19712"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20338 vom 2026-05-22",
"url": "https://access.redhat.com/errata/RHSA-2026:20338"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20607 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20607"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20608 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20608"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20609 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20609"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20454 vom 2026-05-25",
"url": "https://access.redhat.com/errata/RHSA-2026:20454"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20571 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20571"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21017 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:21017"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20938 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20938"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:20889 vom 2026-05-26",
"url": "https://access.redhat.com/errata/RHSA-2026:20889"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:21772 vom 2026-05-29",
"url": "https://access.redhat.com/errata/RHSA-2026:21772"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22465 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22465"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22629 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22629"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:22619 vom 2026-06-02",
"url": "https://access.redhat.com/errata/RHSA-2026:22619"
}
],
"source_lang": "en-US",
"title": "Kiali f\u00fcr Red Hat OpenShift Service Mesh (Axios, Go, Follow-redirects): Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-06-02T22:00:00.000+00:00",
"generator": {
"date": "2026-06-03T06:02:38.633+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2026-1513",
"initial_release_date": "2026-05-12T22:00:00.000+00:00",
"revision_history": [
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2026-05-14T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-19T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-21T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-25T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-26T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-28T22:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-06-02T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "9"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "Advanced Cluster Security",
"product": {
"name": "Red Hat Enterprise Linux Advanced Cluster Security",
"product_id": "T049494",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:advanced_cluster_security"
}
}
},
{
"category": "product_version",
"name": "10.0 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 10.0 Extended Update Support",
"product_id": "T054025",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0_extended_update_support"
}
}
},
{
"category": "product_version",
"name": "9.6 Extended Update Support",
"product": {
"name": "Red Hat Enterprise Linux 9.6 Extended Update Support",
"product_id": "T054028",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.6_extended_update_support"
}
}
},
{
"category": "product_version",
"name": "9.6",
"product": {
"name": "Red Hat Enterprise Linux 9.6",
"product_id": "T054657",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9.6"
}
}
},
{
"category": "product_version",
"name": "10",
"product": {
"name": "Red Hat Enterprise Linux 10.0",
"product_id": "T054693",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_version",
"name": "Quay",
"product": {
"name": "Red Hat Enterprise Linux Quay",
"product_id": "T054709",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:quay"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "Kiali 2.4.16 Service Mesh 3.0",
"product": {
"name": "Red Hat OpenShift Kiali 2.4.16 Service Mesh 3.0",
"product_id": "T053978",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.4.16_service_mesh_3.0"
}
}
},
{
"category": "product_version",
"name": "Kiali 2.17.7 Service Mesh 3.2",
"product": {
"name": "Red Hat OpenShift Kiali 2.17.7 Service Mesh 3.2",
"product_id": "T053979",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.17.7_service_mesh_3.2"
}
}
},
{
"category": "product_version",
"name": "Kiali 2.22.3 Service Mesh 3.3",
"product": {
"name": "Red Hat OpenShift Kiali 2.22.3 Service Mesh 3.3",
"product_id": "T053980",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.22.3_service_mesh_3.3"
}
}
},
{
"category": "product_version",
"name": "Kiali 2.11.10 Service Mesh 3.1",
"product": {
"name": "Red Hat OpenShift Kiali 2.11.10 Service Mesh 3.1",
"product_id": "T053981",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:kiali_2.11.10_service_mesh_3.1"
}
}
},
{
"category": "product_version",
"name": "Network Observability 1.11.2",
"product": {
"name": "Red Hat OpenShift Network Observability 1.11.2",
"product_id": "T054021",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:network_observability_1.11.2"
}
}
},
{
"category": "product_version",
"name": "Service Mesh 2.6",
"product": {
"name": "Red Hat OpenShift Service Mesh 2.6",
"product_id": "T054544",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:service_mesh_2.6"
}
}
},
{
"category": "product_version_range",
"name": "Dev Spaces \u003c3.28.0",
"product": {
"name": "Red Hat OpenShift Dev Spaces \u003c3.28.0",
"product_id": "T054838"
}
},
{
"category": "product_version",
"name": "Dev Spaces 3.28.0",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.28.0",
"product_id": "T054838-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:dev_spaces__3.28.0"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-42033",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42033"
},
{
"cve": "CVE-2026-42035",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42035"
},
{
"cve": "CVE-2026-42039",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42039"
},
{
"cve": "CVE-2026-42041",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42041"
},
{
"cve": "CVE-2026-42043",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42043"
},
{
"cve": "CVE-2026-42044",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-42044"
},
{
"cve": "CVE-2026-32280",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-32280"
},
{
"cve": "CVE-2026-40895",
"product_status": {
"known_affected": [
"T053980",
"T054693",
"T054021",
"67646",
"T049494",
"T054657",
"T054028",
"T054544",
"T053981",
"T054025",
"T054709",
"T054838",
"T053978",
"T053979"
]
},
"release_date": "2026-05-12T22:00:00.000+00:00",
"title": "CVE-2026-40895"
}
]
}
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.